Celery (software)

Celery
Original author(s)Ask Solem Hoel
Stable release
5.4.0 / April 18, 2024 (2024-04-18)
Repository
Written inPython
PlatformCross-platform
Available inPython
TypeMessage-oriented middleware
LicenseBSD License
Websitedocs.celeryq.dev

Celery is an open source asynchronous task queue or job queue which is based on distributed message passing. While it supports scheduling, its focus is on operations in real time.