Celery Task Routing https://celery.school/celery-task-routing Create and activate virtual environment $ python -m venv venv $ source venv/bin/activate Install requirements $ pip install -r requirements.txt Start broker, producer, worker1 and worker2 $ docker compose up -d $ honcho start