Hi, Thank You osrdg, that seems to be a good suggestion. But my initial post was because these errors should not have happened in the first place.. Since the application was working fine a couple of days ago and these errors only happen at random and not during any specific requests (I mean any specific functionality in my app).
Could anyone please help me find a cause for this? Thanks, Arun Shanker Prasad. On Jan 9, 10:31 am, osrdg <osrdg.informat...@gmail.com> wrote: > 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 <eka...@gmail.com> 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 <arunshankerpra...@gmail.com> > > 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 google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.