1
0
Fork 0

Adds priority queues to celery

This commit is contained in:
Mouse Reeve 2021-09-07 16:06:54 -07:00
parent b41293e2ce
commit c0b662cbd7
3 changed files with 18 additions and 2 deletions

View file

@ -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