Skip to content

Commit

Permalink
gunicorn worker timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 18, 2024
1 parent fc55e5d commit 8e9bea6
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 @@ -16,4 +16,4 @@ RUN poetry install --no-interaction --no-ansi
COPY . ./

ENV PORT 80
CMD exec gunicorn --bind :$PORT --workers 1 --threads 1 main:app
CMD exec gunicorn --bind :$PORT --workers 1 --threads 1 --timeout 120 main:app

0 comments on commit 8e9bea6

Please sign in to comment.