Another attempt to fix gunicorn

This commit is contained in:
2025-08-20 11:25:20 +01:00
parent a00ae0fbdb
commit 813d440f6a

View File

@@ -136,7 +136,7 @@ services:
- INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver" - INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver"
# Custom gunicorn config settings # Custom gunicorn config settings
- GUNICORN_CMD_ARGS="--worker-connections=300 --timeout 43200 --graceful-timeout 600" - GUNICORN_CMD_ARGS=--worker-connections 300 --timeout 43200 --graceful-timeout 600
depends_on: depends_on:
search: search:
condition: service_started condition: service_started