-
Notifications
You must be signed in to change notification settings - Fork 327
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
Nightly ITs: bigquery
IT fails due to rate limit exceeded
#2665
Comments
Reading the error log, this line caused the error: Line 74 in 4621c5a
However, the implementation of I can increase the total # of retries in Line 63 in 4621c5a
@meltsufin do you have other ideas about this issue or do you think increase the # of retries is suffice? |
Can we just increase the quota? |
The problem is the test is reaching a short-term limit, I don't think increase quota will solve it.
|
Is it a configurable limit? |
According to Data manipulation language, the rate limit for |
Got it, then I think increasing retries makes sense. Thanks! |
Note that this is a rate limit, not a quota limit. (See description of the difference here: https://cloud.google.com/bigquery/docs/troubleshoot-quotas#overview) This issue continues to cause problems with PRs. |
bigquery
IT fails due to quota limit exceededbigquery
IT fails due to rate limit exceeded
Alternative solution: rework bigquery IT to not use the same bigquery table for the unit tests. |
This may be a flake - I'm retrying the IT to confirm.This IT has failed a few times.From https://github.com/GoogleCloudPlatform/spring-cloud-gcp/actions/runs/8229523346/job/22500895100
The text was updated successfully, but these errors were encountered: