Skip to content

fix: classify transient network/transport errors as resumable#104

Merged
tzone85 merged 1 commit into
mainfrom
vxd-transient-network
Jun 24, 2026
Merged

fix: classify transient network/transport errors as resumable#104
tzone85 merged 1 commit into
mainfrom
vxd-transient-network

Conversation

@tzone85

@tzone85 tzone85 commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Socket-closed / connection-reset / i-o-timeout / 5xx gateway errors (api_error_status: null) were cascading through the escalation chain to a 'tech lead re-plan failed' pause — exactly like 429s did before #98. Extends the transient-signature set so they take the clean pause-and-resume path. 5th transient-failure class hardened (429 → split-overlap → escalation-pin → review/qa-stranded → network).

Test plan: go test ./... green (network cases in capacity_test.go); validated against pulsereview's live socket-closed pause.

🤖 Generated with Claude Code

…calation-burning)

Socket-closed / connection-reset / i-o-timeout / 5xx gateway errors (api_error_status
null) were cascading through the escalation chain to a 'tech lead re-plan failed'
pause, exactly like 429s did before #98. Extend the transient-signature set so they
take the clean pause-and-resume path. Widen the pause reason wording to cover network
as well as capacity. Test: socket-closed + connection-reset + timeout + 503 cases.
@tzone85 tzone85 merged commit 4e5925b into main Jun 24, 2026
@tzone85 tzone85 deleted the vxd-transient-network branch June 24, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant