Celery
Distributed asynchronous task queue / job queue based on distributed message passing.
Why consider Celery?
Celery is an open-source asynchronous distributed task queue and job worker framework written in Python. Supporting RabbitMQ, Redis, and Amazon SQS brokers, it coordinates millions of background jobs, cron tasks, rate-limited pipelines, and worker pool scaling.
Learn Celery by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Celery
Celery offloads long-running computations, email notifications, and report exports from web request threads to distributed worker clusters.
Quickstart
pip install celery[redis]celery -A tasks worker --loglevel=INFOCelery is licensed under the BSD-3-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.