docs: cron架构梳理记录——CHANGELOG追加(体系统一hermes+停冗余5+修premarket+恢复stale_push_wlin/per_stock_reassess)+SYSTEM_ARCHITECTURE更新环节映射(3+1环节全覆盖)

This commit is contained in:
hmo
2026-08-12 15:59:14 +08:00
parent 4b751cc319
commit 76d3b0904f
2 changed files with 48 additions and 6 deletions
+6 -6
View File
@@ -34,9 +34,9 @@
| 环节 | 产出 | 核心 cron(使用层) |
|------|------|---------------------|
| **选股**(入自选) | 候选池→过滤→提拔→自选 | predictive_oversold_scanner(p_oversold) / mr_scanner(v_weak) / accumulation_scanner → candidate_filter → promote_candidates |
| **买入**(盘中推荐) | 自选/持仓进买入区→推送 | stale_push_wlin / per_stock_reassess(⚠️ 当前暂停,待恢复 |
| **卖出**(盘中推荐) | 止损/止盈/退出→推送 | watchlist_auto_exit自选退出 / clean_watchlist自选清理 |
| **每日重评**(盘后) | 持仓+自选 12 维重评→更新策略/移除 | premarket_full_review盘前全量重评,⚠️ ERROR 待修) / strategy-staleness-check / stale_detector(周末) |
| **买入**(盘中推荐) | 自选/持仓进买入区→推送+触发重评 | stale_push_wlin*/30 盘中,2026-08-12 恢复注册 |
| **卖出**(盘中推荐) | 自选退出/清理→移除 | watchlist_auto_exit50 8 盘前,2026-08-12 从系统 crontab 迁移到 hermes / clean_watchlist5 9 |
| **每日重评**(盘后) | 持仓+自选 12 维重评→更新策略/移除 | premarket_full_review10 8 盘前全量,已修 import / per_stock_reassess0 12,15 午间尾盘,已恢复) / stale_detector周末批量) |
## 三、环节 × 层次 Cron 映射(当前实际)
@@ -71,12 +71,12 @@
| 选股 | accumulation_scanner.py | `*/10 9-15 * * 1-5` |
| 选股 | candidate_filter.py | `*/30 9-15 * * 1-5` |
| 选股 | promote_candidates.py | `*/30 9-15 * * 1-5` |
| 买入 | stale_push_wlin.py | ⚠️ 未注册(待恢复 */30 盘中 |
| 买入 | per_stock_reassess.py | ⚠️ 已暂停(待恢复) |
| 买入 | **stale_push_wlin.py** | `*/30 9-15 * * 1-5`2026-08-12 恢复注册:自选买入区提醒+触发重评 |
| 买入 | review_needed_watchdog.py | `0,30 9-15 * * 1-5` |
| 卖出 | **watchlist_auto_exit.py** | `50 8 * * 1-5`2026-08-12 从系统 crontab 迁移到 hermes |
| 卖出 | clean_watchlist.py | `5 9 * * 1-5` |
| 每日重评 | premarket_full_review.py | `10 8 * * 1-5`⚠️ ERROR 待修 |
| 每日重评 | **premarket_full_review.py** | `10 8 * * 1-5`2026-08-12 修 import 恢复:盘前全量重评-自选退出 |
| 每日重评 | **per_stock_reassess.py** | `0 12,15 * * 1-5`2026-08-12 恢复:自选 12 维重评+买入区提醒) |
| 每日重评 | strategy-staleness-check.py | `0 9 * * 1-5` |
| 每日重评 | stale_detector.py | `30 10 * * 0,6`(周末批量) |