taskiqEasy Playground

Async distributed task framework with multiple brokers

Getting started with taskiqRun locally
Install
pip install taskiq
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: taskiq)

taskiq is a third-party package. Async distributed task framework with multiple brokers. Install with: pip install taskiq

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?