Skip to content

Commit

Permalink
Merge pull request #4881 from rtfd/humitos/celery/worker-call
Browse files Browse the repository at this point in the history
Call Celery worker properly
  • Loading branch information
ericholscher authored Nov 8, 2018
2 parents e3badfe + 1196d48 commit f1bc14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1bc14b

Please sign in to comment.