Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 342 Bytes

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