Skip to content

Add configurable retryable HTTP statuses#7

Merged
yermakovsa merged 1 commit into
mainfrom
feat/configurable-retryable-statuses
May 31, 2026
Merged

Add configurable retryable HTTP statuses#7
yermakovsa merged 1 commit into
mainfrom
feat/configurable-retryable-statuses

Conversation

@yermakovsa
Copy link
Copy Markdown
Owner

Adds Config.AdditionalRetryableStatusCodes for opting into extra retryable HTTP status codes, such as 500, while keeping the default retryable set unchanged.

The built-in defaults remain 429, 502, 503, and 504. Configured statuses are additive.

Includes tests and README updates.

Closes #4

@yermakovsa yermakovsa merged commit 520a3b8 into main May 31, 2026
1 check passed
@yermakovsa yermakovsa deleted the feat/configurable-retryable-statuses branch May 31, 2026 15: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.

Configurable retryable HTTP status codes

1 participant