|
@@ -39,6 +39,7 @@ TASKS=(
|
|
|
"10 6 * * *|run_sohu_video_crawler|${LOG_DIR}/run_sohu_video_crawler/%Y-%m-%d.log"
|
|
|
"20 11 * * *|top_article_generalize|${LOG_DIR}/top_article_generalize/%Y-%m-%d.log"
|
|
|
"0 15 * * *|run_sph_video_crawler|${LOG_DIR}/run_sph_video_crawler/%Y-%m-%d.log"
|
|
|
+ "18 15 * * *|run_test|${LOG_DIR}/run_test/%Y-%m-%d.log"
|
|
|
# 示例:每分钟执行
|
|
|
# "* * * * *|heartbeat|${LOG_DIR}/heartbeat/%Y-%m-%d.log"
|
|
|
)
|