mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 13:41:56 +00:00
Longer gunicorn timeout for large uploads
This commit is contained in:
@@ -136,7 +136,7 @@ services:
|
||||
- INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver"
|
||||
|
||||
# Custom gunicorn config settings
|
||||
- GUNICORN_CMD_ARGS=--timeout 300 --graceful-timeout 120
|
||||
- GUNICORN_CMD_ARGS=--timeout 43200 --graceful-timeout 600
|
||||
depends_on:
|
||||
search:
|
||||
condition: service_started
|
||||
|
||||
Reference in New Issue
Block a user