Distributed task queue framework for python.
Python Huey is a distributed queue management system. It relies on a broker (currently Redis is supported) for delivering jobs specification to workers machines. A decorator-based syntax allows close-to-seamless integration with existing software.
Huey represents a simple but viable alternative to Python Celery.