App Engine - Too many open instances

前端 未结 2 1137
你的背包
你的背包 2021-01-02 11:03

My app is running on App engine Java SDK, and since this morning I noticed that open instances are not handling new requests, and instead, new Frontent instances are being s

相关标签:
2条回答
  • 2021-01-02 11:20

    The issue has been fixed by Google at 2014-05-09 10:15 (US Pacific Time). See Google App Engine Downtime Notify

    How we fixed the issue temporarily: Disable and re-enable the application inside the Application Settings. After doing this everything went back to normal. Since then we only saw instances spawning with the version 1.9.4. In our case a lot of instances spawned again after 45 minutes.

    To make sure you won't get billed choose a maximum of Idle Instances inside the Application Settings. We changed the maximum to 4 idle instances. In this case a lot of instances still stick around, but you don't get billed.

    Our App Engine instances graph: App Engine instances graph

    0 讨论(0)
  • 2021-01-02 11:41

    A workaround is: "Disable and re-enable the application inside the Application Settings" https://code.google.com/p/googleappengine/issues/detail?id=10893#c3

    0 讨论(0)
提交回复
热议问题