We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to AIP, INTERNAL errors should not be retried.
This is a possible cause for a Spanner client issue.
The text was updated successfully, but these errors were encountered:
Hi @larkee,
The Spanner issue seems to discuss 503s specifically. Those were added to the retry status code list in googleapis/google-cloud-python#8182 in response to googleapis/google-cloud-python#5410.
503s correspond to the gRPC code UNAVAILABLE and are listed as retryable in the AIP.
500: INTERNAL 503: UNAVAILABLE
Sorry, something went wrong.
Closing for now, but please do file a new issue or reach out via chat/email if you'd like to discuss further.
busunkim96
No branches or pull requests
According to AIP, INTERNAL errors should not be retried.
This is a possible cause for a Spanner client issue.
The text was updated successfully, but these errors were encountered: