我使用Google Cloud Platform已有3个月了。 这很酷,但有时它会让我发疯。
最近,我一直在努力应对Google App Engine"没有实例"像这样的问题:
今天我遇到过这个问题超过3次。 当问题发生时,我尝试了类似的东西:
问题在一段时间后(10~20分钟)解决。 但是我不知道问题是否因为我的尝试而得到解决。
我很少遇到这个问题,但最近问题经常发生。 (而且非常烦人。)
-
我正在使用python27运行时和automatic_scaling,如下所示:
# app.yaml
runtime: python27
api_version: 1
threadsafe: false
#...
builtins:
- deferred: on
inbound_services:
- warmup
instance_class: F1
automatic_scaling:
max_pending_latency: 30ms
min_idle_instances: 2
max_idle_instances: 10
答案 0 :(得分:2)
我浏览了Google网上论坛,发现许多应用程序在该特定日期面临同样的问题。似乎在那个时期出现了一些问题,现在已经解决了。谷歌小组的链接[1] [2]。
[1] https://groups.google.com/forum/#!topic/google-appengine/z7mn5ay11gc
[2] https://groups.google.com/forum/#!topic/google-appengine/whriQ28tPMg