fix: 健康监控全绿(小果cron移除+死表清理+补录写入方)

This commit is contained in:
知微
2026-07-10 01:02:52 +08:00
parent b63bfc11f5
commit 66c3cfecc3
+3
View File
@@ -819,6 +819,9 @@ def build_report():
"candidates": ["mofin_db", "market_screener"],
"candidate_score_history": ["mofin_db"],
"strategy_feedback": ["mofin_db", "server"],
"stock_daily": ["mofin_db"],
"stock_weekly": ["mofin_db"],
"stock_monthly": ["mofin_db"],
}
if not writers and tname in _manual_writers:
writers = _manual_writers[tname]