google-app-engine - Google App Engine 错误 : <gcloud. app.deploy> INVALID_ARGUMENT : The following quotas were exceeded:BACKEND_SERVICES (quota: 5, 使用:5 + 需要 1)

标签 google-app-engine google-cloud-platform

我正在尝试在 Google App Engine 柔性环境上部署我的节点应用程序。以前它运行良好但昨天它开始拒绝给出此错误:

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

我该如何解决这个问题?我仍在使用 Google 提供的免费试用积分。

最佳答案

默认情况下,您拥有的 GAE Flex 版本数量配额为 5。达到此限制后可以部署的几个选项:

关于google-app-engine - Google App Engine 错误 : <gcloud. app.deploy> INVALID_ARGUMENT : The following quotas were exceeded:BACKEND_SERVICES (quota: 5, 使用:5 + 需要 1),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43656886/

相关文章:

python - Google App Engine ndb 中的分层标签

google-app-engine - 我将如何在 Go 中的 App Engine 上实现一对多?

google-cloud-platform - Google Cloud 上的异步/等待

mongodb - Google Cloud Datastore 是否真的在执行其 1MB 的实体大小限制?

google-cloud-platform - Google Cloud SQL 导入 - 错误 : HTTPError 403: The client is not authorized to make this request

google-cloud-platform - 谷歌视觉隐私 : image deletion

google-app-engine - 非数据库应用程序的 GAE 数据存储设置

google-app-engine - Go中的字母数字排序

google-app-engine - 谷歌应用引擎上的通配符子域,godaddy 域的替代品

google-cloud-platform - 可以通过 Terraform 为 Cloud Function 设置 secret 吗?