dramatiq — Easy Playground
Fast, reliable distributed task processing
Getting started with dramatiqRun locally
Install
pip install dramatiq[redis]Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: dramatiq)
dramatiq is a third-party package. Fast, reliable distributed task processing. Install with: pip install dramatiq[redis]
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?