【发布时间】:2022-11-28 22:57:40
【问题描述】:
自上周初以来,我们在 GCP 上部署服务时遇到了问题:
ERROR: (gcloud.app.deploy) Error Response: [9] An internal error occurred while processing task
/app-engine-flex/flex_await_healthy/flex_await_healthy>2022-11-28T11:42:15.994Z106544.jc.1:
The region us-central1 does not have enough resources available to fulfill the request.
Please try again later.
到那时我们能够正常部署我们的服务。目前我们尝试在一天中的不同时间部署我们的服务,也在周日尝试。官方建议是切换到另一个区域,但这意味着我们将服务托管在数据库以外的另一个位置,从而使所有请求的时间更长。
有没有人设法找到解决上述问题的合理解决方案?
【问题讨论】:
标签: google-app-engine google-cloud-platform deployment continuous-integration continuous-deployment