Contribute Media
A thank you to everyone who makes this possible: Read More

Task Queues: A Celery Story

Description

Python has a surprisingly large number of task queue libraries, but Celery reigns supreme. Unfortunately, there are a few use cases where it's remarkably bad. Learn about why you might want a task queue (and when you definitely don't), when Celery is appropriate, and what you can do when it's not.

Details

Improve this page