crontab_backup 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # 每天凌晨 4点,下午 4 点各执行一次头条视频抓取
  2. 0 4,16 * * * bash /root/luojunhui/LongArticlesJob/sh/run_toutiao_account_video_crawler.sh
  3. # 每15分钟执行一次今日头条推荐流抓取
  4. */15 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_toutiao_recommend.sh
  5. # 每10分钟执行一次从aigc系统获取发布文章
  6. */10 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_article_info_from_aigc.sh
  7. # 每10分钟执行一次标题相似度计算任务
  8. */10 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_title_similarity_task.sh
  9. # 凌晨2点30执行更新小程序信息任务
  10. 30 2 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_minigram_info_daily.sh
  11. # 每天上午10点30执行文章退场 && 晋升任务
  12. 30 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_article_title_exit_v1.sh
  13. # 每天上午4点执行账号冷启动任务
  14. 0 1 * * * bash /root/luojunhui/LongArticlesJob/sh/run_account_cold_start_daily.sh
  15. # 每日上午9点执行账号联想任务
  16. 0 9 * * * bash /root/luojunhui/LongArticlesJob/sh/run_account_association.sh
  17. # 每天 10 点执行前一天的阅读率均值代码
  18. 0 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_read_rate_avg.sh
  19. # 每天10点40执行阅读均值任务
  20. 40 10 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_account_avg_v3.sh
  21. # 每天11点执行文章联想任务
  22. 0 11 * * * bash /root/luojunhui/LongArticlesJob/sh/run_article_association.sh
  23. # 每小时执行一次校验视频状态
  24. 20 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_check_video_status_hourly.sh
  25. # 每天凌晨4:30 15:30执行视频发布和审核流程
  26. 30 4,15 * * * bash /root/luojunhui/LongArticlesJob/sh/run_video_publish_and_audit.sh
  27. # 每天 上午8:30, 下午1:00, 晚上8:50执行
  28. 30 8 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  29. 20 14 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  30. 50 20 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily.sh
  31. # 每天上午9点,下午2点,晚上9点执行v2代码
  32. # 0 9,14,21 * * * bash /root/luojunhui/LongArticlesJob/sh/run_update_published_articles_daily_v2.sh
  33. # 每天上午 9:30 点,下午 2 点,晚上 7 点执行下架视频任务
  34. 30 9 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  35. 0 15 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  36. 0 19 * * * bash /root/luojunhui/LongArticlesJob/sh/run_get_off_videos_three_times_per_day.sh
  37. # 每天早上9点,下午2:30, 晚上7:30
  38. 0 10,16,20 * * * bash /root/luojunhui/LongArticlesJob/sh/published_articles_monitor.sh
  39. # 每晚11点开始执行百度视频
  40. 0 23 * * * bash /root/luojunhui/LongArticlesJob/sh/run_baidu_video_crawler.sh
  41. # check kimo balance hourly
  42. 30 * * * * bash /root/luojunhui/LongArticlesJob/sh/run_kimi_balance_monitor.sh