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

In Celery Task Queue, Is Running Tasks In A Group Any Different Than Multiple Asyncs In A Loop?

Let's say I have a very simple task like this: @celery.task(ignore_result=True) def print_page(… Read more In Celery Task Queue, Is Running Tasks In A Group Any Different Than Multiple Asyncs In A Loop?

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