risk: polish retry coverage and refresh failure summary
All checks were successful
Gitea CI / test (push) Successful in 32s
Gitea CI / test (pull_request) Successful in 31s

This commit is contained in:
agentson
2026-03-02 09:44:24 +09:00
parent ba2370e40e
commit b34937ea9d
3 changed files with 33 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ class KillSwitchOrchestrator:
if result is False:
raise RuntimeError("step returned False")
return
except Exception as exc: # pragma: no cover - intentionally resilient
except Exception as exc:
last_exc = exc
if attempt >= attempts:
break