From a00ae0fbdb76db26ffd188d3c42b835466cfc7be Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 20 Aug 2025 11:23:02 +0100 Subject: [PATCH] Fixed gunicorn config --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 45a6e07..1a8a1a3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -136,7 +136,7 @@ services: - INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver" # 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: search: condition: service_started