Hi, Is your app master-slave or high replication datastore? What do the requests that are taking longer do? Do they make a URL fetch call to another site, access the datastore, or memcahce, etc...?
Are you seeing more loading requests than normal? Do you see higher than usual pending latencies in your logs? Robert On Sun, Feb 5, 2012 at 20:58, ssg <[email protected]> wrote: > https://docs.google.com/document/d/13W_1WVZHP-2xDrJ5mMigEqM9W5Xbw9sNgXiDUTU2F5s/edit > > > > On Feb 5, 7:36 am, ssg <[email protected]> wrote: >> Lately, I have seen GAE taking much, much longer to process requests >> than it did just a week ago. Nothing changed in my code, but GAE now >> is taking 4000-12000ms to respond to requests. What makes is worse is >> that I have plenty of instances available with 0 requests on them. >> Has anyone else seen this happen? What can I do to fix it?I have gone >> as far as to spin up 15 extra instances (and paid through the nose for >> them) but nothing seems to send requests to the other idle instances >> reliably. My bill has gone from 70-90c/day to $5-8/day without any >> code change or increase in traffic. In fact, I am losing traffic >> because of the huge latency. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
