Skip to content Skip to sidebar Skip to footer
Showing posts with the label Task Queue

Appengine Runs Failed Tasks Twice Even If Task_retry_limit=0

I'm seeing a buggy behaviour in taskqueue API. When a task fails, appengine always runs it once… Read more Appengine Runs Failed Tasks Twice Even If Task_retry_limit=0

Google App Engine: Modifying 1000 Entities Using Taskqueue

I am hoping to modify 1000 entities using task queue, as suggested Zig Mandel in my original questi… Read more Google App Engine: Modifying 1000 Entities Using Taskqueue