Re: [google-appengine] DeadlineExceededError on HRD and sky-high latency (python27+threadsafe)

2011-12-06 Thread Brian Quinlan
On Tue, Dec 6, 2011 at 6:14 AM, sergio.jar...@gmail.com sergio.jar...@gmail.com wrote: Hi! I've successfully migrated from master-slave to hdd with python 27 and threadsafe however I've been getting sporadically a few deadline exceeded errors (bellow stack trace excerpt). I also have

RE: [google-appengine] DeadlineExceededError on HRD and sky-high latency (python27+threadsafe)

2011-12-05 Thread Brandon Wirtz
Allow more than one idle instance. How long is your spin-up? If you get 8 simultaneous requests and each request takes 1 second, and your spin up time is 5 seconds, then you will have time outs with the settings you describe. Consider running full auto for 24 hours and then clamping down. Also