I think I encounter the same problem for one of my app. I've Max Idle Instance set to 1 and Min Pending Latency to 15s, but still, from time to time, a new instance is started, often to serve only 1 request.
I would say there is nothing wrong about that besides the fact that this new instance is used to serve a user facing request. So the user has to wait until the new instance is fully loaded (~10s in my case). Usually all following requests are served by the original instance and the new one is shut down rapidly. It happens periodically for me, most of the time for https requests (Facebook app). Any help will be greatly appreciated. Francois -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/B_f6zSZoZOoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
