auto-sync: 2026-06-02 19:36:03

This commit is contained in:
cfdaily
2026-06-02 19:36:03 +08:00
parent b41c62bfc2
commit 4d2d13e0c1
+1 -1
View File
@@ -831,7 +831,7 @@ curl -X POST http://{api_host}:{api_port}/api/projects/{project_id}/tasks/{task_
self.counter.set_cooldown(agent_id, seconds=30)
await self._do_retry(
session_id, agent_id, task_id, on_complete, db_path,
"retry_count"
"fallback_retry_count" # 独立计数,不与 gateway_timeout 的 retry_count 共用
)
else:
# 其他:A1(completed), A4(agent_failed), A7(auth_failed),