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

feat(bigquery): augment retry predicate #5387

Merged
merged 2 commits into from Jan 21, 2022

Conversation

shollyman
Copy link
Contributor

https://google.aip.dev/194 guidance is that INTERNAL errors are
considered non-retryable. This PR deviates from that slightly,
allowing internalError to be retried for job insertion and polling
cases, as the BigQuery backend has an expectation that such work
will be retried. All other retries continue to use the same retry
predicate.

https://google.aip.dev/194 guidance is that INTERNAL errors are
considered non-retryable.  This PR deviates from that slightly,
allowing internalError to be retried for job insertion and polling
cases, as the BigQuery backend has an expectation that such work
will be retried.  All other retries continue to use the same retry
predicate.
@shollyman shollyman requested review from tswast and a team January 21, 2022 19:47
@shollyman shollyman requested a review from a team as a code owner January 21, 2022 19:47
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the BigQuery API. labels Jan 21, 2022
@shollyman shollyman merged commit f9608d4 into googleapis:main Jan 21, 2022
@shollyman shollyman deleted the fr-internal-job-retries branch January 21, 2022 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants