fix(proxy): hold fenced hard turns through cooldown - #1739
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5e284873d4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
5e28487 to
4a2d3b5
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dbc805dec8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Closes #1737.
Summary
fail_closedbehaviorWhy
Production telemetry showed two eventless upstream failures opening a 60-second retry circuit. Codex Desktop retried in milliseconds despite the HTTP/SSE retry hints, exhausting its retry budget against startup 503 responses. Turn-state-only hard continuity was rejected before the durable operation ledger could arbitrate bounded recovery.
The recommended deployment mode for this incident class is
server_anchored_replay_once; this PR does not make recovery default-on or add unbounded retries.Validation
5871 passed, 70 skipped— complete unit suite on the fork-main branch553 passed— HTTP bridge unit file129 passed— HTTP bridge integration suite5 passedty checkpassesgit diff --checkpassesThe full repository OpenSpec sweep contains unrelated pre-existing incomplete changes; this change validates independently under
--strict.