Files
getDomain/docs/ops_center_runtime/TASK_BOARD.md
2026-04-19 03:00:53 +08:00

117 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TASK_BOARD
更新时间2026-04-19 03:00 CST
## 当前主批次
唯一主批次:`J1-大陆逐条结果同步前置批`
目标:
- 不进入新页面
- 不扩展控制面
- 只解决 item 级统一前的唯一前置缺口:
- 大陆节点逐条检测事件进入中央
## 本轮最新复查结果
本轮没有新增功能扩展,只做了中央只读复查:
- `runtime_ingest` 仍在持续刷新
- `detect_result_ingest` 仍未刷新
- `detect_run_events` 里仍没有 mainland `domain_*`
## 关键证据
### 证据 1mainland 同步链仍然活着
中央最新记录显示:
- `runtime_ingest.updated_at`
- 已刷新到 `2026-04-19 02:59:12`
说明:
- mainland controller 仍在向中央推运行时投影
### 证据 2mainland 逐条结果投影仍未开始刷新
中央最新记录显示:
- `detect_result_ingest.updated_at`
- 仍停留在 `2026-04-17 16:57:32`
而且当前最新 mainland `detect_result_ingest` 中:
- `job_code = None`
- `latest_event_type = None`
- `recent_domain_events = 0`
说明:
- mainland 还没有开始推送新版 `detect_result_projection`
### 证据 3中央逐条事件仍为空
当前中央查询结果:
- mainland `domain_started/domain_completed/domain_failed/domain_blacklisted`
- `count = 0`
## 当前结论
当前结论已经可以收敛为一句话:
- 代码闭环已完成
- 真实链路未贯通
- 唯一剩余阻塞是 mainland 端没有真正跑到新版 `domaincheck-sync-agent`
## 下一步唯一主批次
唯一主批次仍然是:`J1-大陆逐条结果同步前置批`
本批次唯一目标:
- 让 mainland 拉最新代码并重启 `domaincheck-sync-agent`
- 然后在中央确认出现:
- `detect_result_ingest.payload.projection.recent_domain_events`
- mainland `domain_*`
## 候选批次
### Candidate J2
名称item 级回写最小落地批
进入条件:
- `J1` 完成后,中央已经能收到大陆逐条结果
### Candidate J3
名称raw/effective 运营文案收口批
进入条件:
- 如果用户只想先补页面文案
## 暂停项
继续暂停:
- 新页面
- 新模块
- 控制面增强
- 发布动作
- 与大陆逐条结果同步无关的工作
## 下一轮唯一动作
下一轮唯一应该继续做的事情:
- 在 mainland 节点执行:
- `git pull`
- `systemctl restart domaincheck-sync-agent`
- `systemctl status domaincheck-sync-agent --no-pager -l`
- `journalctl -u domaincheck-sync-agent -n 80 --no-pager`