diff --git a/scripts/cron_health_monitor.py b/scripts/cron_health_monitor.py index 10dd4293..4677b47c 100644 --- a/scripts/cron_health_monitor.py +++ b/scripts/cron_health_monitor.py @@ -23,11 +23,10 @@ COOLDOWN_HOURS = 2 # 同类告警2小时内不重复 # 只监控实时管道(每分~每小时跑的关键任务) # 日/周任务不在此列(它们不耽误实时推荐也不需要秒级响应) CRITICAL_JOBS = { - "price_monitor": {"max_idle_min": 15}, # 每2分 → 允许15分 - "Price Range Monitor": {"max_idle_min": 15}, # 同上 - "MoFin盘前中监控": {"max_idle_min": 90}, # 每25分 → 允许90分(非交易时段停跑) + "price_monitor": {"max_idle_min": 15}, # 每2分 + "MoFin盘前中监控": {"max_idle_min": 90}, # 每25分(盘中) "自选买入区提醒": {"max_idle_min": 90}, # 每30分 - "宏观风险扫描": {"max_idle_min": 90}, # 每30分(盘中) + "宏观风险信号消费": {"max_idle_min": 40}, # 每15分 "重评管道审计": {"max_idle_min": 90}, # 每30分 "全局cron健康监控": {"max_idle_min": 30}, # 每10分 ← 自己 "实时消息中继": {"max_idle_min": 20}, # 每5分