[google-appengine] Re: Task Queue - Transient Errors

2013-04-24 Thread Santiago
Thanks Vinny, It's not happening anymore but to mitigate that next time it happens I will try with your strategy, On Friday, April 19, 2013 3:01:03 PM UTC-3, Vinny P wrote: Hello Santiago, Transient errors happen sometimes, there's not a whole lot you can do to prevent or reduce them.

[google-appengine] Re: Task Queue - Transient Errors

2013-04-19 Thread Vinny P
Hello Santiago, Transient errors happen sometimes, there's not a whole lot you can do to prevent or reduce them. One mitigating strategy is to attempt to add a task; if you get an error, sleep for 500ms - 1sec and try again. Here's some more discussion on the topic:

[google-appengine] Re: Task Queue - Transient Errors

2013-04-19 Thread Kevin Pope
I've noticed this same issue on an inconsistent basis. On Thursday, April 18, 2013 7:21:41 AM UTC-7, Santiago wrote: Hi everyone, In the last days I've been seeing on my application a lot of Transient Errors when I try to use task queues. is this happening to anyone else? do you know what

[google-appengine] Re: Task Queue - Transient Errors

2013-04-18 Thread David Hardwick
Hello, Yes, we have been getting these tootoday was particularly bad because of the issues with the task queues - https://code.google.com/status/appengine/detail/taskqueue/2013/04/18#ae-trust-detail-taskqueue-add-latency We believe the attempt to grab the task from queue is failing