luojunhui 4 дней назад
Родитель
Сommit
f075350327
1 измененных файлов с 24 добавлено и 4 удалено
  1. 24 4
      dev/crontab_back.txt

+ 24 - 4
dev/crontab_back.txt

@@ -1,10 +1,30 @@
-0 9,15,21 * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "auto_follow_account"}'
+# 卡片解构-封面下载重试
+40 * * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "re_extract"}'
+
+# 卡片解构 — 每小时 05 分创建任务
+5 * * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "create_cards_decode_task"}'
+
+# 文章解构 — 每小时 15 分创建任务
+15 * * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "create_inner_articles_decode_task"}'
+
+# 素材解构 — 每小时 25 分创建任务
+25 * * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "create_material_decode_task"}'
+
+# 获取解构结果 — 每天 22:00
+0 20 * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "fetch_cards_decode_result"}'
+0 21 * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "fetch_decode_result"}'
+0 22 * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "fetch_material_decode_result"}'
+
+# 创建增长头部视频数据生产
+0 13 * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "produce_decode_growth_head_videos"}'
+
+0 9,15,21 * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "auto_follow_account"}'
 
 26 * * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "rate_limited_article_filter"}'
 
 30 * * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "get_follow_result"}'
 
-50 * * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "extract_reply_result"}'
+50 * * * * curl -X POST http://192.168.205.85:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "extract_reply_result"}'
 
 
 0 3 * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "crawler_gzh_articles", "account_method": "1030-手动挑号", "crawl_mode": "account", "strategy": "V1"}'
@@ -101,7 +121,7 @@
 30 22 * * * curl -X POST http://127.0.0.1:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "update_root_source_id"}'
 
 # 每天上午 9:30 点,下午 2 点,晚上 7 点执行下架视频任务
-0 9,15,19 * * * curl -X POST http://127.0.0.1:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "get_off_videos"}'
+# 0 9,15,19 * * * curl -X POST http://127.0.0.1:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "get_off_videos"}'
 
 # 执行内部文章违规检测
 0 9,16,23 * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "inner_article_monitor"}'
@@ -156,4 +176,4 @@
 
 
 # 候选账号质量分析
-# 0 5,10,15,20 * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "candidate_account_quality_analysis"}'
+# 0 5,10,15,20 * * * curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "candidate_account_quality_analysis"}'