Hi,
Has mentioned in the title, Cloud Run "Instance limit per Region" quota is still at 100% after today a Cloud Run job completed. I made sure to check that nothing was running anymore through the interface, and by checking through CLI with "gcloud run services list --platform managed --region asia-northeast1".
I created a similar job but set it to run in us-central1. It worked perfecly, and after completion, the resource for that region went back to Zero. I even removed the 2 jobs that was set to run on asia-northeast1
Any idea of what is happening?
Hi, you're right that the quota should get released once your job stops running. It looks like you ran into some rare corner case where it did not get cleared. It should be fixed now, let me know if you're still seeing this issue.
Hello, I am running into a same problem in europe-west4. I was running a series of jobs overnight (starting staggered by 30seconds to decrease database load) and my instance limit per region is maxed out now, even though no more jobs are running. All new jobs that I start, don't ever run.
The problem persists for more than 24 hours already.
Quota is stuck on max even though no jobs are currently running.
Also, how is number of instances computed? It appears that running a job on 32GB/8CPU consumes 16 instances...