Reputation: 113
If a task is added to pull queue, how many days it will be in the pull queue? Is there any limit for task life time inside pull queue?
From google-app-engine docs, task can be leased up to maximum 1 week.
Does that apply for task life time too?
Upvotes: 0
Views: 153
Reputation: 123
In official documentation (https://developers.google.com/appengine/docs/java/taskqueue/overview-pull) seems that the limit is 30 days:
Maximum countdown/ETA for a task: 30 days from the current date and time
Upvotes: 1