|
@@ -193,7 +193,7 @@ public class EtlServiceImpl implements EtlService {
|
|
|
}, "video2db", String.format("update video info [%s] to db", crawlerVideo));
|
|
|
|
|
|
// 视频写入飞书
|
|
|
- async2Feishu(data, videoId);
|
|
|
+ // async2Feishu(data, videoId);
|
|
|
|
|
|
metric(MetricTypeEnum.SUCCESS);
|
|
|
metric(MetricTypeEnum.DURATION, sw.stop().elapsed().getSeconds());
|