Google App Engine error: <gcloud.app.deploy> INVALID_ARGUMENT: the following quotas were exceeded: BACKEND_SERVICES (quota: 5, used: 5 + 1 required)

I am trying to deploy my node application in a flexible Google App Engine environment. It used to work well, but yesterday it started to discard this error:

Error: INVALID_ARGUMENT: The following quotas were exceeded: BACKEND_SERVICES (quota: 5, used: 5 + 1 required)

How can I sort this problem? I still use the free trial loan that Google gives.

+5
source share
1 answer

By default, you have a quota for the number of versions of GAE Flex 5. Several options that you can expand when you click this limit:

+16
source

Source: https://habr.com/ru/post/1267225/


All Articles