fix(edge): retry+degrade side-effect POSTs; finish ACTIVITY-WP-0027
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Container Image / build-and-push (push) Successful in 33s

Consistency sweep and recently-on-scope retry transient 502/503/504 then
return a degraded context snapshot instead of thrashing Temporal.
Document edge-relay resilience. Retire Binky dual-clock host timers after
claim-loop smoke.
This commit is contained in:
tegwick 2026-08-05 17:53:00 +02:00
parent 2b3fc6a556
commit 4e605a6839
6 changed files with 334 additions and 20 deletions

View file

@ -736,6 +736,11 @@ unreachable, which keeps daily triage context resolution alive during outages.
> receipts as successful sink delivery pending replay, and consumes stale cached
> reads transparently.
Side-effect POSTs (`consistency_sweep_remote_all`, `recently_on_scope_hourly`)
retry transient 502/503/504 then **degrade** by default so required workflows do
not thrash Temporal when the edge is briefly unavailable. Details:
`docs/edge-relay-resilience.md` (ACTIVITY-WP-0027-T06).
## Troubleshooting
### Worker fails to start: "ACTCORE_DB_URL is required"