fix(edge): retry+degrade side-effect POSTs; finish ACTIVITY-WP-0027
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:
parent
2b3fc6a556
commit
4e605a6839
6 changed files with 334 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue