We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c46d346 + 3f9eb66 commit 5835a13Copy full SHA for 5835a13
1 file changed
compose.production.yaml
@@ -12,7 +12,7 @@ services:
12
restart: unless-stopped
13
hostname: "$HOSTNAME"
14
environment:
15
- - GUNICORN_OPTS= --workers 30 --timeout 300 --max-requests 1500
+ - GUNICORN_OPTS= --workers 28 --timeout 300 --max-requests 1500
16
- OL_CONFIG=/olsystem/etc/openlibrary.yml
17
# Note this won't work with uv pip, because uv makes a network request
18
- BEFORE_START=pip install -e /booklending_utils
@@ -27,7 +27,7 @@ services:
27
28
29
30
- - GUNICORN_OPTS= --workers 2 --timeout 300 --max-requests 1500
+ - GUNICORN_OPTS= --workers 4 --timeout 300 --max-requests 1500
31
32
volumes:
33
- ../booklending_utils:/booklending_utils
0 commit comments