Bläddra i källkod

add other tasks

luojunhui 1 månad sedan
förälder
incheckning
123e52ab7a
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      sh/run_long_articles_job.sh

+ 2 - 0
sh/run_long_articles_job.sh

@@ -54,6 +54,8 @@ TASKS=(
   "20 0,12 * * *|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"
 )
 
 ###################### 工具函数 ######################