C

Celery

Distributed task queue for Python — async background jobs, scheduled tasks, and workflows with Redis or RabbitMQ.

Python free Open Source other since 2009

Celery offloads time-consuming or periodic work — email sending, image processing, ML inference, API calls — to a pool of worker processes. Tasks are defined as Python functions and triggered synchronously or scheduled via Celery Beat. It integrates natively with Django, Flask, and FastAPI and supports Redis, RabbitMQ, and AWS SQS as brokers.

// tags

background-tasksasyncqueueredisrabbitmqpythondistributedscheduling
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub