Create a separate celery queue for imports
This commit is contained in:
parent
1a2a5b8bd2
commit
427d0c4fc8
3 changed files with 6 additions and 4 deletions
|
@ -62,7 +62,7 @@ services:
|
|||
build: .
|
||||
networks:
|
||||
- main
|
||||
command: celery -A celerywyrm worker -l info -Q high_priority,medium_priority,low_priority
|
||||
command: celery -A celerywyrm worker -l info -Q high_priority,medium_priority,low_priority,imports
|
||||
volumes:
|
||||
- .:/app
|
||||
- static_volume:/app/static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue