I got an error when command "gcloud preview app deploy app.yaml --promote" :
ERROR: (gcloud.preview.app.deploy) Error Response: [13] CPU Quota Exceeded: in use: 7, requested: 2, limit: 8 Version: 20151201t142343.388948918338383472
Is there anything to solve this situation?
Since I just ran into this too, and was a bit boggled:
it seems like every deploy you do for e.g. a node.js project creates a new compute engine CPU. If you go into your project's gcloud dashboard, you can see the number of compute engine instances - remove old ones, and you can deploy again.
just went through an unexpected downtime with this.. running appengine flex environment with a meteor app with minimal resource usage (bandwidth, disk, memory, qps)..
i guess i have to navigate to a quotas section located at https://console.cloud.google.com/iam-admin/quotas?project=
your-project-id
here's what my "request" looks like when submitted as example:
and submit a request for resources that have been auto set to null values.. thanks for the heads up google. i trust the SLA to leave me at the mercy of their whims..
but for others, hopefully this gives a better indication of what to do when encountering:
and an amazingly friendly error message when visiting the site via http: