Skip to content

Commit

Permalink
Call Celery worker properly
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Nov 8, 2018
1 parent ce0948f commit 1196d48
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 1196d48

Please sign in to comment.