Greetings app engine pilots,

Well I received my first TransientError on taskqueue.add yesterday,
appid: fonefindr .. My question is this, what does this mean?  I have
seen some people say that the task is actually still added even when
this exception is raised.  Do I need to try and catch this and re-add
my task on this exception?  I am currently using tasks to do alot of
things in many apps, due to other errors that can happen, such as
datastore timeouts.  Using tasks is nice because they will retry on
error, giving me some confidence when I want done will get done.  But
now I am realizing that maybe tasks cannot be reliably added to the
queue?  Anybody have experience with TransientError ?

Thanks

-- 
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