dramatiq

Package — SchedulingPython 3.7+Intermediate

Fast, reliable distributed task processing

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
prometheus-client (optional: redis, RabbitMQ)
Install
pip install dramatiq[redis]

Learn by Difficulty

Quick Example

python
# Install: pip install dramatiq[redis]
import dramatiq

# Basic dramatiq usage
print(f"Using dramatiq")
# See documentation for detailed examples

dramatiq is a third-party package. Fast, reliable distributed task processing. Install with: pip install dramatiq[redis]

Try in Playground

Tags

packageschedulingtask-queuebackground-jobs