任何曾经历过google管理的appengine实例的人都会消失吗?
一切都很好,突然每个查询都开始500.管理员说This app has no instances deployed.
的日志是Request attempted to contact a stopped backend.
。
每周随机发生一次,持续30~45分钟。 上次发生部署是在2天前完成的。 这太可怕了。 yaml看起来像这样:
module: default
runtime: go
api_version: go1
vm: true
#automatic_scaling's default settings as nothing is set
handlers:
- url: /.*
script: _go_app
我们能避免这种情况吗?这是我们的错吗?