From c3b539ba19b5d7c8f1ae618ee5965becc2e4e653 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 25 Sep 2019 22:17:50 -0400 Subject: [PATCH] Add MAYAN_GUNICORN_TIMEOUT documentatoin Signed-off-by: Roberto Rosario --- docs/chapters/docker.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/chapters/docker.rst b/docs/chapters/docker.rst index 467985e5ce..b2e0c5f4c6 100644 --- a/docs/chapters/docker.rst +++ b/docs/chapters/docker.rst @@ -233,6 +233,12 @@ and will exhaust the available Postgres connections available if a number other than 0 is used. Reference: https://serverfault.com/questions/635100/django-conn-max-age-persists-connections-but-doesnt-reuse-them-with-postgresq and https://github.com/benoitc/gunicorn/issues/996 +``MAYAN_GUNICORN_TIMEOUT`` + +Optional. Changes the amount of time the frontend worker will wait for a +request to finish before raising a timeout error. The default is 120 +seconds. + ``MAYAN_GUNICORN_WORKERS`` Optional. This environment variable controls the number of frontend workers