RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Brandon Wirtz
gle-appengine@googlegroups.com Subject: RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored? Snow is slowing down my internet. Maybe a little longer than 35 minutes YT says 45 min remaining. From: google-appengine@googlegroups.com [mailto:google-

RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Brandon Wirtz
: RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored? Give me 35 minutes. I shot a video to talk about this topic, I thought that might be easier than the really long email J From: google-appengine@googlegroups.com [mailto:google-appengine

RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Brandon Wirtz
@googlegroups.com Subject: Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored? Yeah, actually we do warmup memcache for data the frontpage needs to render - under normal circumstances, performing these queries takes well under 15 seconds. According

Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Karl Rosaen
Yeah, actually we do warmup memcache for data the frontpage needs to render - under normal circumstances, performing these queries takes well under 15 seconds. According to the docs : You can implement handlers

RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Brandon Wirtz
Behalf Of Karl Rosaen Sent: Sunday, January 15, 2012 1:08 PM To: google-appengine@googlegroups.com 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

Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Karl Rosaen
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

RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-14 Thread Brandon Wirtz
ect: Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored? Thanks Brandon. Many of the DeadlineExceededErrors were occurring during warmup requests, according to the stacktraces, during python import statements. I upped the number of idle insta

Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-14 Thread Karl Rosaen
Thanks Brandon. Many of the DeadlineExceededErrors were occurring during warmup requests, according to the stacktraces, during python import statements. I upped the number of idle instances in an attempt to mitigate this sort of thrashing, and your advice makes sense for this case. Our pendi

RE: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-14 Thread Brandon Wirtz
ssues will go away. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Karl Rosaen Sent: Friday, January 13, 2012 8:22 AM To: google-appengine@googlegroups.com Subject: [google-appengine] Why are several production issues related to DeadlineExceededEr

[google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-13 Thread Karl Rosaen
We've been hit by random DeadlineExceededErrors in the past 36 hours, so I filed a production ticket: http://code.google.com/p/googleappengine/issues/detail?id=6729 it's disconcerting to see that several similar issues have been left ignored over the past few weeks: http://code.google.com/p/goo