Celery

A distributed task queue for Python that runs work asynchronously across worker processes using brokers such as Redis or RabbitMQ. Readers can learn about task design and retries, scheduling with beat, queue routing and priorities, monitoring workers, and failure handling in production.

All posts about celery