Skip to content

Commit

Permalink
Revert to celery concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Nov 15, 2017
1 parent 73f2c3d commit c9253dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:build]
command = celery worker -A readthedocs -Q default,celery,web,builder -l DEBUG
command = celery worker -A readthedocs -Q default,celery,web,builder -l DEBUG -c 2
process_name = build-%(process_num)s
directory = ../
priority = 100
numprocs = 2
stopasgroup=True
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
Expand Down

0 comments on commit c9253dc

Please sign in to comment.