Here's a small comparison between taskiq, celery and dramatiq.
This benchmark is a modified version of an original dramatiq benchmark.
To run the benchmark locally:
docker compose up -d --wait # To startup services used for testing.
pip install -r requirements.txt # To install python dependencies
python runner.py --retries 10 -t 10 -t 100 -t 1_000 -t 10_000