Skip to content

Commit

Permalink
try to increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertUvT committed Oct 2, 2024
1 parent edaa59e commit 50759f0
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 @@ -46,4 +46,4 @@ RUN python3 -c "import nltk; nltk.download('stopwords')"
EXPOSE 8080

# Run gunicorn when the container launches
CMD ["gunicorn", "--bind", "0.0.0.0:8080", "--timeout", "120", "--workers", "3", "app:app"]
CMD ["gunicorn", "--bind", "0.0.0.0:8080", "--timeout", "240", "--workers", "2", "app:app"]

0 comments on commit 50759f0

Please sign in to comment.