From 41f0d43cb599fed74840b5ba2381b7dd3e4c0ad5 Mon Sep 17 00:00:00 2001 From: hmo Date: Thu, 13 Aug 2026 15:16:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=9F=A5=E5=BE=AE=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AE=A1=E6=9F=A5=E2=80=94=E2=80=94=E5=8F=91=E7=8E=B0=E9=81=97?= =?UTF-8?q?=E6=BC=8F=E9=97=AE=E9=A2=98(agents=5Fhealth=5Fcheck=E5=81=9C?= =?UTF-8?q?=E6=91=86=E5=B7=B2=E4=BF=AE=E5=A4=8D/deploy=5Fguard=E5=9B=9E?= =?UTF-8?q?=E6=BB=9A=E6=95=99=E8=AE=AD/=E6=9C=AA=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC)=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...6-08-13-事项五-策略组合市场测温动态切换.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md b/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md index e3c183cd..369b6fe8 100644 --- a/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md +++ b/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md @@ -298,3 +298,31 @@ |---|---| | regime_gate.py | 温区门控共享工具(平滑温区 + 策略激活判断)| | regime_perf.py | 策略-温区表现常态化记录(全策略动态)| + + +--- + +## 九、知微日志审查发现的问题(2026-08-13 小小莫遗漏) + +> 老莫要求:从知微发来的沟通日志(XMPP)找问题,看我遗漏了什么。 + +### 已修复 + +1. **agents_health_check.py 停摆 22+ 小时**(最严重,持续告警):系统 crontab 里该任务被删(AgentsMeeting 监控,非 MoFin 违规 cron)。**已恢复 crontab**(*/5,备份 /tmp/crontab_backup_health_20260813.txt)。 + - 副作用:它检测到的 xmpp_bot_xxm/article_processor 端口关闭(服务本就停用,非本次问题) + +2. **deploy_guard 反复回滚我的改动**(工作方式错误):我改完没立即 git commit,deploy_guard 15分钟回滚未提交改动。**已改正**:走 git 工作流(本地改→commit→push→246 pull)。 + +3. **多个新脚本未跟踪告警**(strategy_executor/regime_perf/market_thermometer/health_monitor_daily/daily_kline_collector/factor_engine/live_data_collector/step49_save):我 scp 到 246 没 git add 提交。已逐步补提交(strategy_executor/regime_perf 已提交)。 + +### 待确认(未修) + +4. **LLM 端点故障反复**:最近60分钟多次调用失败(opencode.ai 端点不可用),影响重评/健康检查。 +5. **price_monitor 重评管道异常**:1022分未更新(可能 LLM 故障或逻辑卡住)。 +6. **服务停用确认**:xmpp_bot_xxm/article_processor/wechat_fetcher 端口关闭——需确认是预期停用还是故障。 + +### 教训(记录 .memory/error_library) + +- **改 246 代码必须走 git 工作流**(本地改→commit→push→246 pull),deploy_guard 回滚未提交改动 +- **新脚本必须 git add 提交**,否则 deploy_guard 告警"未跟踪文件" +- **处理系统 crontab 时别漏 AgentsMeeting 的监控任务**(agents_health_check 不是 MoFin 违规 cron)