π Edit page
β Add page
Celery
Distributed Task Queue
Key links
- π Homepage: https://docs.celeryproject.org/
- π¨βπ» Repo:
Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system.
Itβs a task queue with focus on real-time processing, while also supporting task scheduling.
Install
$ pip install celery