Skip to content

Commit c9253dc

Browse files
committed
Revert to celery concurrency
1 parent 73f2c3d commit c9253dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/supervisord.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ stderr_logfile=/dev/stderr
3535
stderr_logfile_maxbytes=0
3636

3737
[program:build]
38-
command = celery worker -A readthedocs -Q default,celery,web,builder -l DEBUG
38+
command = celery worker -A readthedocs -Q default,celery,web,builder -l DEBUG -c 2
3939
process_name = build-%(process_num)s
4040
directory = ../
4141
priority = 100
42-
numprocs = 2
4342
stopasgroup=True
4443
stdout_logfile=/dev/stdout
4544
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)