-
Notifications
You must be signed in to change notification settings - Fork 194
quota exceeded retries may not be working as expected #69
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
Comments
This seems to be because the 403 error code doesn't actually propagate to the BigQueryException (at least in this case). This seems like an oversight, so I'll file a bug with the google cloud api folks. |
ps: since it looks like this only affects errors when trying to update a table, I don't consider it so urgent that we should change our code to accommodate. |
Agreed. Nice catch. :) |
bug report to google cloud: googleapis/google-cloud-java#1391 |
fixed in #70 |
I recently saw this error while testing something locally:
This stack trace seems to suggest that retries for 403 errors are not working as I would expect.
The text was updated successfully, but these errors were encountered: