

Celery: Distributed Task Queue
1 like
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- Python
Features
No features, maybe you want to suggest one?
Tags
- real-time
- tasks
Celery: Distributed Task Queue News & Activities
Highlights All activities
Recent activities
No activities found.
Celery: Distributed Task Queue information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Celery: Distributed Task Queue?
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day.



