Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 85e4630

Browse files
committed
roll back 4 workers for gunicorn
1 parent 4ca9eb3 commit 85e4630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ nodaemon=true
33

44
[program:app-gunicorn]
55
directory = /sherlock/
6-
command = /usr/local/bin/gunicorn sherlockapi:app -w 4
6+
command = /usr/local/bin/gunicorn sherlockapi:app
77
autostart=true
88
autorestart=true
99
stopsignal=QUIT

0 commit comments

Comments
 (0)