That would imply that your warm up takes more than 15 seconds. The only thing your warm up should do is initialize the instance and send out a "hello world". You may need to manage the order of your imports and make sure you don't have redundant imports. There are some threads in the archive about speeding up you imports to avoid these errors. For Debugging this issue you should log "started import" "Finished import" so you can see which ones take the longest. From: [email protected] [mailto:[email protected]] On Behalf Of Karl Rosaen Sent: Sunday, January 15, 2012 1:08 PM To: [email protected] Subject: Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored? Hi Brandon, We do have a warmup handler defined. Durning load, we were seeing the warmup request causing a DeadlineExceededError simply while importing code (e.g during a python import statement in one of the modules). Thanks, Karl -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ZxEeWK55414J. 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.
