crontab_backup 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # 凌晨1点30执行更新小程序信息任务
  2. 30 1 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_minigram_info_daily.sh
  3. # 每天上午10点30执行文章退场 && 晋升任务
  4. 30 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_article_title_exit_v1.sh
  5. # 每天上午4点执行账号冷启动任务
  6. 0 4 * * * bash /root/luojunhui/LongArticlesJob/sh/run_account_cold_start_daily.sh
  7. # 每天 10 点执行前一天的阅读率均值代码
  8. 0 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_read_rate_avg.sh
  9. # 每天10点40执行阅读均值任务
  10. 40 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_avg_v3.sh
  11. # 每小时执行一次校验视频状态
  12. 20 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_check_video_status_hourly.sh
  13. # 每天凌晨4:30, 8:30, 15:30执行视频发布和审核流程
  14. 30 4,8,15 * * * bash /root/luojunhui/LongArticlesJob/sh/run_video_publish_and_audit.sh
  15. # 每天 上午8:30, 下午1:00, 晚上8:50执行
  16. 30 8 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  17. 20 13 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  18. 50 20 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  19. # 每天上午 9:30 点,下午 2 点,晚上 7 点执行下架视频任务
  20. 30 9 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  21. 0 15 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  22. 0 19 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  23. # 每天早上9点,下午2:30, 晚上7:30
  24. 30 9,14 * * * bash /root/luojunhui/LongArticlesJob/sh/published_articles_monitor.sh
  25. # check kimo balance hourly
  26. 30 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_kimi_balance_monitor.sh