Even in this new pull queue setup, I was haunted by the push queue issues, upon inspection I found out that some tasks that are pushed into the push queues just didn't execute, google ignores these issues for years (Each pull queue addition triggers a routine with taskqueue's to handle the operations by pulling tasks from the pull queues, if it's not already running)
I ended up configuring the push queues to infinite retries like there's no tomorrow, as other's claimed it to be the solution to the invisible retry depletion bug I previously had a routine that checks the database for old tasks and re-triggers the push queue routine manually, yet this is not as simple with pull queues, as you can't just query for old tasks (Although, just leasing ~100 untagged tasks for 1 second and parsing them for leftovers work, but it might disrupt the running routines) -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0396c916-33a2-4e11-ac68-902e734005b5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
