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

stop retrying generally on EOF and connection reset #1030

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented Feb 20, 2025

These errors can happen after requests are sent, but before responses are received. This means that actions can actually have happened and retrying will cause those actions to happen twice.

Refactored so that GETs still retry since they do not change state, but other HTTP methods do not retry on such errors.

These errors can happen after requests are sent, but before responses
are received.  This means that actions can actually have happened and
retrying will cause those actions to happen twice.

Refactored so that GETs still retry since they do not change state, but
other HTTP methods do not retry on such errors.
@tzvatot tzvatot merged commit 9256028 into openshift-online:main Feb 21, 2025
5 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