Here is a useful discussion on this in  Issue 1409; suggested solution
is this

def main():
  ...
try:
  django.dispatch.dispatcher.connect(...)
  if __name__ == '__main__':
    main()
except BaseException, err:
  logging.exception('Aargh!')

Refer : http://code.google.com/p/googleappengine/issues/detail?id=1409



On Jan 9, 12:04 am, ekampf <[email protected]> wrote:
> Happens to me too...
> Even worse is that it's thrown during django's loading... doesn't even
> reach my code...
>
> On Jan 8, 8:32 am, Arun Shanker Prasad <[email protected]>
> wrote:
>
>
>
> > Hi,
>
> > Starting yesterday, I am getting random Deadline Exceeded exceptions
> > in my application. This creeps at random intervals and I was not able
> > to trace a single cause for this. The operations that took very small
> > time to complete until a couple of days ago seems to be exceeding the
> > deadline..
>
> > Please any help would be greatly appreciated.
>
> > Thanks & Regards,
> > Arun Shanker Prasad.
-- 
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.


Reply via email to