[google-appengine] Re: Concurrency broken?

2013-09-21 Thread timh
I am not getting errors but my warmup requests have gone from between 2-4 secs to consistent 5+sec in the last 2 hours. T On Sunday, September 22, 2013 5:29:04 AM UTC+8, Jeff Schnitzer wrote: > > Yesterday and today (and possibly longer) our (Java) app is spinning up > quite a few instances to

[google-appengine] Re: Concurrency broken?

2013-09-21 Thread Bryce Cutt
Might be a different problem but one of our Python apps just started (half an hour ago) having very slow warmup requests that are frequently throwing DeadlineExceededError in Google code and requests that succeed are often taking 10 seconds. Seems that it is starting to get resolved now though.

[google-appengine] Concurrency broken?

2013-09-21 Thread Jeff Schnitzer
Yesterday and today (and possibly longer) our (Java) app is spinning up quite a few instances to serve simple requests. Just as one user clicking around our site I can get GAE to spin up 4-5 instances... and many of those requests are painfully slow warmup requests. It feels almost like concurrenc