[google-appengine] Really high request response time for trivial Python handlers (not explained by App Stats)

2011-07-29 Thread Pol
Hi, All I'm im doing is reloading a web page that does a couple AJAX requests to my app engine app (Python) and I'm often observing insane latency: 2011-07-29 08:52:20.464 /api/user_info 200 10967ms 26cpu_ms 0kb Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0.1) Gecko/20100101 Firefox/5.0.1

Re: [google-appengine] Really high request response time for trivial Python handlers (not explained by App Stats)

2011-07-30 Thread Robert Kluin
Sounds like scheduler issues. Do you see a pending ms in the logs (expand the entries)? Have you adjusted the scheduler knobs under app settings in your app's dashboard? Robert On Jul 29, 2011 12:02 PM, "Pol" wrote: > > Hi, > > All I'm im doing is reloading a web page that does a couple AJAX