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

Handle HTTP retries #4

Merged
merged 4 commits into from
Oct 22, 2023
Merged

Handle HTTP retries #4

merged 4 commits into from
Oct 22, 2023

Conversation

felixvanoost
Copy link
Owner

Handles retries in HTTP requests using faraday-retry to improve the robustness of the plugin. Only requests with potentially recoverable HTTP response codes - 408 Request Timeout and all 5xx errors - are retried to avoid wasting resources unnecessarily.

@felixvanoost felixvanoost self-assigned this Oct 22, 2023
@felixvanoost felixvanoost linked an issue Oct 22, 2023 that may be closed by this pull request
@felixvanoost felixvanoost merged commit f7ae4ac into main Oct 22, 2023
1 check passed
@felixvanoost felixvanoost deleted the 3-handle-http-retries branch October 22, 2023 03:44
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.

Handle HTTP retries
1 participant