Call Celery worker properly

ghowardsit
Manuel Kaufmann 2018-11-08 20:46:43 +01:00
parent ce0948fcbc
commit 1196d48d7a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0
[program:celery]
command = python3 -m celery worker -A readthedocs -Q default,celery,web,builder -l DEBUG -c 2
command = python3 -m celery worker -A readthedocs.worker -Q default,celery,web,builder -l DEBUG -c 2
directory = ../
priority = 100
stopasgroup = True