Skip to content

Commit

Permalink
Updated gunicorn workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaknadig committed May 20, 2020
1 parent efc37da commit 55a1bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ COPY app app
WORKDIR $STAGE/app
ENV APP_ENV=Dev

CMD gunicorn --worker-class gevent --workers 4 --bind 0.0.0.0:5000 wsgi:app --log-level debug
CMD gunicorn --worker-class gevent --workers 1 --bind 0.0.0.0:5000 wsgi:app --log-level debug

0 comments on commit 55a1bbe

Please sign in to comment.