I receive this error whenever I try to use Cloud Run:
Resource exhausted error occurred, raw details: ‘Quota exceeded for quota metric 'Global read requests' and limit 'Global read requests per minute' of service 'run.googleapis.com' for consumer 'project_number:123456789'. To see usage, go to https://console.cloud.google.com/iam-admin/quotas?metric=run.googleapis.com/read&limit=ReadPerMinute.... To request a quota increase, see https://cloud.google.com/run/quotas.’.
I also receive a similar error about quota usage when I try to deploy Cloud Run Functions:
ERROR: (gcloud.functions.deploy) ResponseError: status=[429], code=[Ok], message=[Could not create Cloud Run service python-http-function. Operation failed due to insufficient quota.]
I have never created any cloud run jobs or services, or cloud run functions, and all of the quotas are showing a 0% usage in Quotas and Limits. I have tried increasing the aforementioned quotas using that link but it doesn't resolve the issue. I have noticed that some non-amendable quotas have 0 next to them which is potentially causing the issue, but it seems impossible to reach Google Support without a paid subscription. I have tried reaching out to the Google Cloud Sales team but they refused to help too.
I've hidden my project ID and project name from the errors.
Does anyone know how I can get around this issue, or how I'm able to contact Google Support?
Hi @mabonat,
Welcome to the Google Cloud community!
From what you're describing, it seems like the problem is related to quota limits for things like "global read requests." The tricky part is that some of these quotas are non-amendable (i.e., you can’t change them), and even though your usage shows 0%, there might still be underlying issues with your account or project setup. You may try the following to address your concern:
I hope this helps!