Hello Marc,
It is not so out-of-common for tasks in the task queue to fail for various
reason. This happens, and there are detailed documentation how to deal with
this situation and devise a strategy, namely on the "Retrying Failed Tasks"
page
<https://cloud.google.com/appengine/docs/standard/java/taskqueue/push/retrying-tasks>
.
You can set retry parameters as detailed on that documentation page:
<retry-parameters>
<task-retry-limit>7</task-retry-limit>
<task-age-limit>2d</task-age-limit>
</retry-parameters>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/7734d4e8-9307-4d89-b3f7-d83565b4a4a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.