Dramatiq
Dramatiq (source code) is a Python-based task queue created as an alernative to the ubiquitous Celery project Dramatiq supports RabbitMQ and Redis as message brokers.
Dramatiq resources
- django_dramatiq is an app for integrating Dramatiq with Django.
- django_dramatiq_example is a simple Django project demoing how you can combine Django and Dramatiq.
- flask_dramatiq_example is an example Flask app that shows how to use Dramatiq.