chore(D组): 禁用strategy_evaluator/advice_reconciliation cron+清理残留引用

This commit is contained in:
xxm
2026-08-21 02:26:46 +08:00
parent 83e2953f89
commit c0cfb89757
+3 -3
View File
@@ -101,7 +101,7 @@ PIPELINE_LAYER_RULES = [
("process", ["factor_engine", "sector_index_builder", "refresh_mtf_cache", "multi_timeframe"]),
("use", ["scanner", "screener", "candidate_filter", "promote_candidates", "reassess",
"stale_detector", "watchlist_auto_exit", "branch_", "meta_growth", "prune_branches",
"market_insight", "strategy_evaluator", "strategy_review", "premarket_full_review",
"market_insight", "strategy_effectiveness", "strategy_review", "premarket_full_review",
"staleness", "review_needed", "stale_push", "mr_scanner", "s2_scanner",
"predictive_oversold", "accumulation", "watchlist_12d"]),
("monitor", ["health", "audit", "verify", "governance", "guardian", "watchdog", "repair",
@@ -498,10 +498,10 @@ FLOW_DETAIL = {
"advice_timeline": {
"summary": "建议时间线表,记录每条推送建议的时间/内容/状态。用于审计和对账。",
"writers": {
"advice_reconciliation": "每周对账时写入对账结果",
"strategy_effectiveness": "每周对账时写入对账结果",
},
"readers": {
"advice_reconciliation": "读取历史建议做对账",
"strategy_effectiveness": "读取历史建议做对账",
"mofin_db": "内部查询",
},
},