I am agreed with you about these things. But in documentation I didn't find anything that says that all needed task retries are guaranteed.
-----------Second, about your question, tasks within transactions are guaranteed: ----------"You can enqueue a task as part of a datastore transaction, such that ---------the task is only enqueued—and guaranteed to be enqueued—if the ---------transaction is committed successfully." Source: ---------http://-ode.google.com/appengine/docs/java/taskqueue/ overview.html#Ta..., That says that tasks are guaranteed to be enqueued but that doesn't say that tasks are guaranteed to be done after they have been enqueued. E.g. Task failes 100 times and there is not a retry attempt for 101 time -> task is undone forever. Please, correct me if i am wrong! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
