docs(tasks): harden direct suite release semantics

This commit is contained in:
chengma
2026-07-20 17:35:54 +08:00
parent 34c7a2e148
commit 61db0f4ed6
5 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ created: 2026-07-20
## 问题 / 背景
**发布门禁:T-679a、T-679b、T-679c 未全部完成前不得发布。** 本任务承载 direct 重试的重复计费二次确认,是该门禁的主要原因——缺它则用户可在无提示的情况下重复付费重试(详见 T-679a 背景)。
**发布门禁:T-679a、T-679b、T-679c 与集成验收 T-679 未全部完成前不得发布。** 本任务承载 direct 重试的重复计费二次确认,而 T-679 负责跨来源回归;缺任一项都可能让用户在无提示下重复付费或错误恢复任务。
默认网关异步任务可凭 `task_id` 继续查询;自定义网关同步请求无法在程序中断后确认远端状态。两类 job 在同一项目中并存时,错误的“恢复”或自动重试会造成重复计费、错误轮询或用户误判结果。