Hello Vlad,

Have you noticed the request header that carries info about the retry
count?

in Java, inside a task:

String retryCount = request.getHeader("X-AppEngine-TaskRetryCount");

You can control the number of retries manually, or make something when it
has been retried for X times.

Hope this help.



2015-06-29 13:51 GMT+02:00 Vladyslav Lubenskyi <vlad.lubens...@gmail.com>:

> Hi,
>
> I configured my push queue to retry failed task 4 times. But how to catch
> the moment, when all tries failed? Guys, is there a possibility in
> taskqueue API to handle such case?
>
> I want to send sorry-letter to customers If all tries failed. It would be
> awesome to have such functionality.
>
> Sincerely,
> Vladyslav Lubenskyi
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/89a05cb2-d30f-4f08-8684-88cd3be8a2ec%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/89a05cb2-d30f-4f08-8684-88cd3be8a2ec%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAM5QdGfZCci%2BDJT0CEiMhK3QrwMFdS%3D4SnDcrhRLDo7W-pFZhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to