|
@@ -49,7 +49,7 @@ TASKS=(
|
|
|
# 标题相似度任务
|
|
|
"*/10 * * * *|run_title_similarity_task|${LOG_DIR}/run_title_similarity_task/%Y-%m-%d.log"
|
|
|
# 头条视频抓取
|
|
|
- "0 4,16 * * *|run_toutiao_video_crawler|${LOG_DIR}/run_toutiao_video_crawler/%Y-%m-%d.log"
|
|
|
+ "0 4,16,20 * * *|run_toutiao_video_crawler|${LOG_DIR}/run_toutiao_video_crawler/%Y-%m-%d.log"
|
|
|
# 百度视频抓取
|
|
|
"20 0,12 * * *|run_baidu_video_crawler|${LOG_DIR}/run_baidu_video_crawler/%Y-%m-%d.log"
|
|
|
# 外部服务号监测
|