Publish can't create Roll out

I get the following error when publishing;

Une erreur s’est produite lors du déploiement

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.

{

insertId: “og4w43e3546o”

labels: {0}

logName

payload: “protoPayload”

protoPayload: {11}

receiveLocation: “us-central1”

receiveTimestamp: “2025-05-12T05:55:34.285295230Z”

resource: {2}

severity: “ERROR”

timestamp: “2025-05-12T05:55:33.930327Z”

traceSampled: false

}

2025-05-12 08:20:59.162 HAEC

3 Likes

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.

I have same issue. Usage only 10% but it doesn’t let me publish it

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)



1 Like

Same thing in two of my projects :frowning:

I’m having the same issue. I searched the forum and this problem seems to be happening from time to time, hope they can fix it someday.

I’ve found a solution for me that worked in two projects:

  1. Make a new file called apphosting.yaml
  2. Put maxInstances to 10 or fewer. I put 8.
  3. Deploy again

3 Likes

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.

My app is now working thanks to your suggestion. Thank you.

1 Like

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.

runConfig:
maxInstances: 8

1 Like

You are a genius thank you worked for me too

1 Like

This solved it for me as well. Thank you.

1 Like

Thank you for publishing a workaround @nicolasvg.com !
We are looking into the issue.

1 Like