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

 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: 
 http://grokbase.com/t/gg/google-appengine/12ck1skbqy/transient-error-when-attempting-to-add-task-to-queue-fails-on-retry


 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov



 On Thursday, April 18, 2013 9:21:41 AM UTC-5, 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 actually happen when this error is raised? all i get 
 from GAE documentation is There was a transient error while accessing 
 the queue. Please try again later  but I'm not very confortable about 
 having my logs flooded with this! thanks!



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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: 
http://grokbase.com/t/gg/google-appengine/12ck1skbqy/transient-error-when-attempting-to-add-task-to-queue-fails-on-retry


-
-Vinny P
Technology  Media Advisor
Chicago, IL

@GOV on AppDotNet: https://alpha.app.net/gov



On Thursday, April 18, 2013 9:21:41 AM UTC-5, 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 actually happen when this error is raised? all i get 
 from GAE documentation is There was a transient error while accessing 
 the queue. Please try again later  but I'm not very confortable about 
 having my logs flooded with this! thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 actually happen when this error is raised? all i get 
 from GAE documentation is There was a transient error while accessing 
 the queue. Please try again later  but I'm not very confortable about 
 having my logs flooded with this! thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 temporarily, 
and it wants you to try again in a another second or so.


On Thursday, April 18, 2013 10:21:41 AM UTC-4, 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 actually happen when this error is raised? all i get 
 from GAE documentation is There was a transient error while accessing 
 the queue. Please try again later  but I'm not very confortable about 
 having my logs flooded with this! thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.