Files
getDomain/docs/ops_center_runtime/TASK_BOARD.md
2026-04-19 02:44:30 +08:00

141 lines
2.6 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 02:43 CST
## 当前主批次
唯一主批次:`J1-大陆逐条结果同步前置批`
目标:
- 不进入新页面
- 不扩展控制面
- 只解决 item 级统一前的唯一前置缺口:
- 大陆节点当前没有把逐条检测结果同步回中央
## 本轮已完成
本轮完成的是结论确认,不是新功能扩展:
- 已核查 `detect_result_projection`
- 已核查 `detect_run_events`
- 已确认当前 item 级回写为什么做不了
## 关键证据
### 证据 1`detect_result_projection` 只有聚合数据
最新 `detect_result_projection` 当前只包含:
- `job`
- `latest_event`
- `queue`
- `phase`
不包含:
- `domain_id`
- `job_item_id`
- `domain`
- `status` 的逐条结果列表
### 证据 2中央 `detect_run_events` 的逐条事件只有海外
当前中央库里可见:
- `overseas-control-01`
- `domain_started`
- `domain_completed`
当前不可见:
- `mainland-controller-01`
- 无逐条 `domain_*` 事件
- `mainland-worker-01`
- 无逐条 `domain_*` 事件
### 证据 3大陆当前只同步了“聚合参与态”没有同步“逐条结果”
所以当前能做到:
- 主统计统一
- 节点参与统一
当前还做不到:
- 把大陆执行结果逐条映射回 `detect_job_items`
## 当前结论
`I1-检测结果逐条回写设计批` 的结论已经明确:
- 现在还不能直接做 item 级回写
- 不是逻辑没写
- 是中央当前缺少大陆逐条结果输入
## 下一步唯一主批次
唯一主批次:`J1-大陆逐条结果同步前置批`
范围:
- 不做最终 item 回写
- 先补“大陆逐条结果进入中央”的最小数据通道
本批次唯一目标:
- 让大陆节点把至少这些字段同步回来:
- `job_code`
- `cycle_token`
- `domain_id` 或可稳定映射的 `domain`
- `result_status`
- `finished_at`
## 候选批次
### Candidate J2
名称item 级回写最小落地批
进入条件:
- `J1` 完成后,中央已经能收到大陆逐条结果
范围:
- 将大陆逐条结果最小映射回 `detect_job_items`
- 只更新:
- `status`
- `finished_at`
- `last_error`
- `result_version`
### Candidate J3
名称raw/effective 运营文案收口批
进入条件:
- 如果用户只想先把页面提示再写清楚
范围:
- 只补文案
- 不改逻辑
## 暂停项
继续暂停:
- 新页面
- 新模块
- 运维中枢增强
- 发布动作
- 与大陆逐条结果同步无关的工作
## 下一轮唯一动作
下一轮唯一应该继续做的事情:
- 设计并落地“大陆逐条检测结果 -> 中央可消费事件/投影”的最小同步通道