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

Keyerror During Python Gae Push Task Queue With Cron

I'm very close to finishing up a project that uses push task queues in GAE to send out follow-u… Read more Keyerror During Python Gae Push Task Queue With Cron

Handling Failure After Maximum Number Of Retries In Google App Engine Task Queues

I am using google-api-python-client and I am using google app engine task queues for some async ope… Read more Handling Failure After Maximum Number Of Retries In Google App Engine Task Queues

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