App Engine - Too many open instances

前端 未结 2 1148
你的背包
你的背包 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: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

提交回复
热议问题