Python Task Queues

Back

1. celery

An asynchronous task queue/job queue based on distributed message passing.

2. dramatiq

A fast and reliable background task processing library for Python 3.

3. huey

Little multi-threaded task queue.

4. mrq

A distributed worker task queue in Python using Redis & gevent.

5. rq

Simple job queues for Python.