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: remove handling of deadline_exceeded delay #315

Merged
merged 1 commit into from Mar 30, 2021

Conversation

noahdietz
Copy link
Contributor

googleapis/gax-java#591 states that not imposing attempt delay when retrying a timed out RPC could worsen overload outages, a common source of client timeout issues. The relevant code was removed in googleapis/gax-java#597.

I found that similar code existed in gax-php, and with no other language doing something similar still that I could find, I figured it should be removed.

@noahdietz noahdietz requested a review from a team as a code owner March 30, 2021 21:57
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2021
@dwsupplee dwsupplee merged commit 4c4bd6e into googleapis:master Mar 30, 2021
@bshaffer bshaffer mentioned this pull request Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants