increase to 4 workers

This commit is contained in:
Son NK 2019-11-21 23:01:09 +01:00
parent e18bbd1cc4
commit a362a0f543
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ RUN pip3 install -r requirements.txt
COPY . .
CMD gunicorn wsgi:app -b 0.0.0.0:7777 -w 2 --timeout 15 --log-level DEBUG
CMD gunicorn wsgi:app -b 0.0.0.0:7777 -w 4 --timeout 15 --log-level DEBUG
#CMD ["/usr/local/bin/gunicorn", "wsgi:app", "-k", "gthread", "-b", "0.0.0.0:5000", "-w", "2", "--timeout", "15", "--log-level", "DEBUG"]