You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
> 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.
Martin Long
unread,
Dec 13, 2012, 4:28:04 AM12/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Indeed, but there seems to be no explanation for the high latency. On appstats there is a massive gap before any API calls.
Martin Long
unread,
Dec 13, 2012, 7:34:54 PM12/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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.