From 813d440f6a57a9bf35d8c5a9b5fe28a36c3b3264 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 20 Aug 2025 11:25:20 +0100 Subject: [PATCH] Another attempt to fix gunicorn --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1a8a1a3..073c881 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