Celery
Celery is a Python library for asynchronous task queue or job queue which is based on distributed message passing.
Links
- Three quick tips from two years with Celery by Taylor Hughes
Celery is a Python library for asynchronous task queue or job queue which is based on distributed message passing.