Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure retries for 5xx API responses and network errors #900

Merged
merged 2 commits into from
May 8, 2023

Conversation

mctofu
Copy link
Contributor

@mctofu mctofu commented May 4, 2023

Occasionally we'll run into a glitch in an jobs API call that would recover
if we give it another try. This adds up to 3 (default) retries on 5xx
or network errors when interacting with the api.

mctofu added 2 commits May 4, 2023 19:59
Occasionally we'll run into a glitch in an API call that would recover
if we give it another try. This adds up to 3 (default) retries on 5xx
or network errors when interacting with the jobs api.
@mctofu mctofu requested a review from a team as a code owner May 4, 2023 20:32
@mctofu mctofu merged commit 9ad0dac into main May 8, 2023
@mctofu mctofu deleted the mctofu/axios-retry branch May 8, 2023 17:45
@mctofu mctofu mentioned this pull request Jun 19, 2023
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.

3 participants