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

Retry on HTTP/2 internal errors. #652

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

andrewsomething
Copy link
Member

This adds retries for HTTP/2 INTERNAL_ERROR errors to potentially address errors seen with Terraform. Unfortunately, there is not a way for us to mock these while using github.com/hashicorp/go-retryablehttp. Though existing test coverage demonstrates that 500 and 429 retries still work as expected.

@andrewsomething andrewsomething requested a review from a team November 3, 2023 18:25
@andrewsomething andrewsomething merged commit 2036ebb into main Nov 7, 2023
7 checks passed
@andrewsomething andrewsomething deleted the asb/retry-http2-internal-error branch November 7, 2023 19:27
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.

None yet

2 participants