Adds priority queues to celery
This commit is contained in:
parent
b41293e2ce
commit
c0b662cbd7
3 changed files with 18 additions and 2 deletions
|
@ -63,7 +63,7 @@ services:
|
|||
build: .
|
||||
networks:
|
||||
- main
|
||||
command: celery -A celerywyrm worker -l info
|
||||
command: celery -A celerywyrm worker -l info -Q high_priority,medium_priority,low_priority
|
||||
volumes:
|
||||
- .:/app
|
||||
- static_volume:/app/static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue