split container slot reconciliation

This commit is contained in:
2026-08-22 16:08:07 +08:00
parent a37ee9d09d
commit afa371b250
2 changed files with 50 additions and 30 deletions
+1
View File
@@ -191,5 +191,6 @@
- daemon server 将请求读取、进度回调、更新/重启分派、诊断分派拆开,保留协议错误文本与响应行为。
- `runServe` 将 native/container 运行时构建与资源关闭拆出,避免入口函数承担全部分支。
- 容器槽位现场核对拆为容器检查、已提交部署校验和活动槽位选择,减少单函数分支嵌套。
验证:`GOCACHE=/tmp/yms-go-cache go test ./...``git diff --check` 通过。