'Google Cloud Build Quota exceeded (Build and Operation Get requests)
Time to time my CI gets the error:
Quota exceeded for quota metric 'Build and Operation Get requests' and limit 'Build and Operation Get requests per minute' of service 'cloudbuild.googleapis.com' for consumer
And I see that it's really exeeded.
But it's not posible to set the qouta more than 60.
Is there any way to get it more and pay for that?
Solution 1:[1]
Google's documentation says that, if you're unable to increase the quota using Cloud Console to contact Cloud Support.
It's curious that your quota rate is 60/minute. For a newly-created project, the quota rate I see is 300/minute.
An interim solution is to retry failed build operations after one minute. From your graph, you're only infrequently exceeding the rate.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | DazWilkin |


