crontab_backup 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. # 0 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_avg_v3.sh
  2. # 每天凌晨4点执行账号冷启动任务
  3. 0 4 * * * bash /root/luojunhui/LongArticlesJob/sh/run_account_cold_start_daily.sh
  4. # 每天上午11点执行文章退场 && 晋升任务
  5. 30 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_article_title_exit_v1.sh
  6. # 每天 10 点执行前一天的阅读率均值代码
  7. 0 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_read_rate_avg.sh
  8. # 20 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_avg_v3.sh
  9. 40 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_avg_v3.sh
  10. # 每 20 分钟执行一次校验视频状态
  11. 20 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_check_video_status_hourly.sh
  12. # 每天 20 点 50 执行更新已发布文章任务
  13. 50 20 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  14. # 每天上午 9:30 点,下午 2 点,晚上 7 点执行下架视频任务
  15. 30 9 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  16. 0 14 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  17. 0 19 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh