Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Increase gunicorn timeout and workers #234

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ COPY . .

# Bond Endpoints available on port 8080. Admin interface not exposed
EXPOSE 8080
CMD gunicorn -b :8080 main:app
CMD gunicorn -b :8080 --timeout 60 --workers 4 main:app
Loading