首页 > 解决方案 > Google App Engine Errno 60 操作超时

问题描述

我在 Google App Engine 上部署了一个 Angular 应用程序。我通过以下方式部署它:

gcloud app deploy app.yaml

它总是工作了几个月,但从过去的 2-3 天开始,我收到了这个错误:

Beginning deployment of service [default]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 24 files to Google Cloud Storage               ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
ERROR: (gcloud.app.deploy) [Errno 60] Operation timed out
This may be due to network connectivity issues. Please check your network settings, and the status of the service you are trying to reach.

这是我的 app.yaml

runtime: python27
threadsafe: true
default_expiration: "1s"

你有一些提示吗?

谢谢

标签: google-app-engine

解决方案


推荐阅读