crontab_backup 1.0 KB

123456789101112131415161718192021222324
  1. # update read rate daily at 10:00 AM everyday
  2. 0 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_read_rate_avg.sh
  3. # update account read avg at 10:40 AM everyday
  4. 40 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_avg_v3.sh
  5. # check publish videos status at the 20 min of each hour
  6. 20 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_check_video_status_hourly.sh
  7. # update published articles at 20:50 everyday
  8. 50 20 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  9. # 每天上午 9:30 点,下午 2 点,晚上 7 点执行下架视频任务
  10. 30 9 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  11. 0 14 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  12. 0 19 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  13. # 每天上午8点执行账号冷启动任务
  14. 0 8 * * * bash /root/luojunhui/LongArticlesJob/sh/run_account_cold_start_daily.sh