luojunhui 1 hónapja
szülő
commit
7580f4ecde
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      sh/run_long_articles_job.sh

+ 3 - 3
sh/run_long_articles_job.sh

@@ -41,7 +41,7 @@ TASKS=(
   # 搜狐视频抓取
   "10 6 * * *|run_sohu_video_crawler|${LOG_DIR}/run_sohu_video_crawler/%Y-%m-%d.log"
   # top文章泛化作为供给
-  "20 11 * * *|top_article_generalize|${LOG_DIR}/top_article_generalize/%Y-%m-%d.log"
+  "28 19 * * *|top_article_generalize|${LOG_DIR}/top_article_generalize/%Y-%m-%d.log"
   # 校验kimi剩余额度
   "30 * * * *|run_check_kimi_balance|${LOG_DIR}/run_check_kimi_balance/%Y-%m-%d.log"
   # 服务号数据回收
@@ -51,11 +51,11 @@ TASKS=(
   # 头条视频抓取
   "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"
+  "30 0,12,19 * * *|run_baidu_video_crawler|${LOG_DIR}/run_baidu_video_crawler/%Y-%m-%d.log"
   # 外部服务号监测
   "0 10,16 * * *|run_outside_server_accounts_monitor|${LOG_DIR}/run_outside_server_accounts_monitor/%Y-%m-%d.log"
   # 自动下架视频
-  "0 9,15,19 * * *|run_get_off_videos|${LOG_DIR}/run_get_off_videos/%Y-%m-%d.log"
+  "30 9,15,19 * * *|run_get_off_videos|${LOG_DIR}/run_get_off_videos/%Y-%m-%d.log"
 )
 
 ###################### 工具函数 ######################