luojunhui 1 개월 전
부모
커밋
e5493efa74
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      sh/run_long_articles_job.sh

+ 0 - 1
sh/run_long_articles_job.sh

@@ -39,7 +39,6 @@ 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"
 )