Python Celery

Creator
Creator
Seonglae Cho
Created
Created
2021 Jul 10 5:39
Editor
Edited
Edited
2025 Jan 11 12:52
A distributed asynchronous task queue using
Message Passing
Tasks are passed to workers as messages through a broker for processing
Tasks run concurrently on one or more workers using multiprocessing, eventlet, or gevent, and execute asynchronously in the background
Celery is a system that exchanges tasks as messages
 
 
 

Backlinks

Rust Library

Recommendations