luojunhui 1 ヶ月 前
コミット
b94047195b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      sh/run_long_articles_job.sh

+ 1 - 0
sh/run_long_articles_job.sh

@@ -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"
 )