Skip to content

Commit

Permalink
higher timeout for gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 committed Mar 21, 2023
1 parent 8070768 commit 0f8eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN pipenv install --deploy

ENTRYPOINT ["/usr/bin/dumb-init", "--"]

CMD pipenv run gunicorn -b 0.0.0.0:8000 -w 1 -k uvicorn.workers.UvicornWorker main:app
CMD pipenv run gunicorn -b 0.0.0.0:8000 -w 1 -k uvicorn.workers.UvicornWorker main:app --timeout 120

0 comments on commit 0f8eb7f

Please sign in to comment.