I just ran my tasks, in 2 stages

In the first stage, task sequences executed as expected, I only noticed a 
single additional incoming task, thought it was a glitch / repetition in 
the counting logic
I also experienced a ndb.delete_multi lock issue that is not related to the 
taskqueue, but works to count/combine some side metrics, this deadlock 
prevented that operation, caused some data loss, yet the taskqueue's were 
unaffected (first time I experienced this issue)

----

I just ran another set of task sequences, this time I noticed a significant 
increase in additionally executed tasks

"Workers Out: 11476 In: 11507"

31 tasks re-executed, since these tasks are unique by name, they don't 
cause task explosions, yet I verify that these additional tasks really 
executed, because the total number of elements visited are proportionally 
increased

(I don't see any task error logs, these issues / executions are all silent)

----

To sum up, I didn't notice any missing tasks this time around, yet I 
noticed some invisibly re-executed tasks

To sum up this entire flurry, the main issue is that, tasks re-execute, 
fail silently, these are all counted as retries, yet they might happen 100 
times and count as 100 retries, these "retry"'s should actually be user 
failures and not internal ones 

-- 
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/2e55afcf-cf1e-41d3-8fbd-894681cbbb52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to