[google-appengine] Re: TransientError adding to queue..

2010-07-13 Thread Darien Caldwell
I had my first TransientError last night, and now I'm wondering this too. I would think this is probably a reasonable thing to do. -- 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-appengine] Re: TransientError adding to queue..

2010-07-12 Thread Aaron
Is it best practice to surround every Taskqueue.add call with a try except, so that we can catch the TransientErrors, and readd the task? On Jul 10, 12:00 am, Waleed Abdulla wal...@ninua.com wrote: I've been getting a lot of those errors in the last few days as well. Also noticed a lot of tasks

Re: [google-appengine] Re: TransientError adding to queue..

2010-07-10 Thread Waleed Abdulla
I've been getting a lot of those errors in the last few days as well. Also noticed a lot of tasks being run several times. I know this does happen in general on the app engine, but the frequency of it definitely increased a lot in the last few days. On Thu, Jul 8, 2010 at 11:29 PM, Aaron

[google-appengine] Re: TransientError adding to queue..

2010-07-09 Thread Aaron
Hi, Did you ever figure this one out? I'm getting these errors a lot over the past week also. It's hard to debug, because I can't seem to find the information on what specific task is causing the error. On May 20, 1:31 pm, bvelasquez bvelasq...@gmail.com wrote: Specific error is below.  I am