spec.scaling.max_instances: Max instances must be set to 10 or fewer to set the requested memory and CPU. Consider running your workload in a region with greater capacity, or requesting an increase in quota for this region if you are seeing sustained usage near this limit, see Cloud Run Quotas and Limits | Cloud Run Documentation | Google Cloud.
I got the Same.
I tried to create a whole new project but i get there the same error.
I checked the cloud console Limits but i didnt reached any of them.
To add more Context:
The Cloud Builds it selfs are fine, but since 2 Days the Cloud Runs (which are executed after) are Failing (Picture 1).
The Problem is, that even the errorlink on the Firebase Project ->AppHosting isnt working (Picture 2 and 3)
Same for me last couple of days. Tried different regions. Tried forcing max limits. No change. I’ll try your tip. Thanks
spec.scaling.max_instances: Max instances must be set to 10 or fewer to set the requested memory and CPU.
Consider running your workload in a region with greater capacity, or requesting an increase in quota for this region if you are seeing sustained usage near this limit, see Cloud Run Quotas and Limits | Cloud Run Documentation | Google Cloud.
It worked for me as well. The issue is that while prototyping the app, it either doesn’t create the “apphosting.yaml” file or creates it incorrectly. Just remember to create it manually and add the necessary configuration.