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

Initial retry transport #1856

Conversation

modular-magician
Copy link
Collaborator

At this stage, this only adds a retry transport but doesn't change the retry loops outside of the transport (i.e. those wrapping httpClient.Do(req) in sendRequest() or golangClient.Request().Do()).

I think removal of retry-loop work needs to be done more carefully, in case we end up changing the behavior, but we should hopefully move to having sendRequest/resource.Retry only send API/resource specific errorRetryPredicates.

Release Note Template for Downstream PRs (will be copied)

provider: Added provider-wide request retries for common temporary GCP error codes and network errors

Derived from GoogleCloudPlatform/magic-modules#3196

* retry transport

* lint

* remove import, comments

* Rename copyRequest, change comments, remove redundant line

* refactor test

* clarifications, defers

* lint/fmt

Signed-off-by: Modular Magician <magic-modules@google.com>
@ghost ghost added the size/xl label Mar 16, 2020
@modular-magician modular-magician merged commit d76d23e into hashicorp:master Mar 16, 2020
@modular-magician modular-magician deleted the downstream-pr-58bcc3e2c33a629b702714a698ff097373c523f6 branch November 16, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant