I did a little more validation today, and greatly reduced the latency on some of my own queries. I also set the pending latency right up at 2.5s on my app. Most of my requests are now coming in at ~500 ms, yet new instances are still spawning for no apparent reason. My traffic is the lowest it's been since the summer. The only really high latencies (~30000 ms in most cases) are the first request on a new instance. I just don't understand why they are being spawned when there are other instances sat idle. Something has definitely changed.
On Thursday, 13 December 2012 09:28:04 UTC, Martin Long wrote: > > Indeed, but there seems to be no explanation for the high latency. On > appstats there is a massive gap before any API calls. > > On Thursday, 13 December 2012 02:48:08 UTC, pdknsk wrote: >> >> > LOT more requests before it starts bumping up the instances. Also, I've >> > notices that the latency on some requests is ridiculously high - again >> I've >> >> That's probably the reason why additional instances are created. >> > -- 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/-/7Kl37zlqvjcJ. 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.
