App Engine - Too many open instances

天大地大妈咪最大 提交于 2019-11-30 13:57:38

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:

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!