Skip to content

Retry a transient fetch failure with capped exponential backoff - #6

Merged
jar-ben merged 1 commit into
mainfrom
jaroslav/session-retry-backoff
Sep 6, 2026
Merged

jar-ben merged 1 commit into
mainfrom
jaroslav/session-retry-backoff

Conversation

@jar-ben

@jar-ben jar-ben commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Complements the session timeout (#5): a hung fetch now aborts at the timeout, and a transient reset / 502-503-504 is retried with capped exponential backoff instead of surfacing to the caller. Session-level, so all endpoints get it; idempotent methods only (POST excluded), so no double-submits.

@jar-ben
jar-ben requested a review from shellygr September 6, 2026 18:44
@jar-ben
jar-ben merged commit 7667039 into main Sep 6, 2026
3 checks passed
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.

2 participants