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

fix(issues): Fix missing retries configuration #70907

Merged
merged 1 commit into from
May 15, 2024

Conversation

mrduncan
Copy link
Member

@mrduncan mrduncan commented May 14, 2024

This previously was being logged (see also #70892) but not actually configured anywhere.

There is no change in behavior since this value is configured to 1 and the default urllib3 behavior is also 1 for POST methods, despite the docs stating 3 it isn't applied to all methods: https://github.com/urllib3/urllib3/blob/main/src/urllib3/util/retry.py#L184

This previously was being logged but not actually configured anywhere.

There is no change in behavior due to this since this value is
configured to 1 and the default urllib3 behavior is also 1 for POST
methods - the docs state 3 but that isn't applied to all methods:
https://github.com/urllib3/urllib3/blob/main/src/urllib3/util/retry.py#L184
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 14, 2024
@mrduncan mrduncan marked this pull request as ready for review May 15, 2024 00:03
@mrduncan mrduncan requested a review from a team as a code owner May 15, 2024 00:03
@mrduncan mrduncan merged commit adcc638 into master May 15, 2024
50 checks passed
@mrduncan mrduncan deleted the mrduncan/severity-retries branch May 15, 2024 15:10
@github-actions github-actions bot locked and limited conversation to collaborators May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants