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

Google App Engine: Task_retry_limit Doesn't Work?

I have a Python GAE app. I want my tasks to stop running or just retry once if they fail. Right now… Read more Google App Engine: Task_retry_limit Doesn't Work?

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