Skip to content

Retry requests on 429 page status#40

Merged
MitchellAW merged 7 commits into
mainfrom
feature-retry-requests
Jun 24, 2026
Merged

Retry requests on 429 page status#40
MitchellAW merged 7 commits into
mainfrom
feature-retry-requests

Conversation

@MitchellAW

Copy link
Copy Markdown
Owner

If API specifies a non-zero max_retries, and requests with a 429 will be retried that many times, sleeping the number of seconds specified by the API before retrying.

Retries requests up to max_retries for all 429
page status errors.
If an integration test is held up by a long sleep
(~60s) from 429s, ensure that warning is logged.
@MitchellAW MitchellAW self-assigned this Jun 24, 2026
@MitchellAW MitchellAW added the enhancement New feature or request label Jun 24, 2026
@MitchellAW MitchellAW force-pushed the feature-retry-requests branch 2 times, most recently from fa9ffa1 to 60c17c9 Compare June 24, 2026 06:17
@MitchellAW MitchellAW force-pushed the feature-retry-requests branch from 60c17c9 to a13ccec Compare June 24, 2026 06:23
@MitchellAW MitchellAW merged commit e22bb31 into main Jun 24, 2026
5 checks passed
@MitchellAW MitchellAW deleted the feature-retry-requests branch June 24, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant