From f679250edd0cf942c7419db2ed8506483df2b031 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 31 Jan 2022 12:06:08 +0000 Subject: [PATCH] lifecycle: remove gunicorn reload option should help with #2159 --- lifecycle/gunicorn.conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lifecycle/gunicorn.conf.py b/lifecycle/gunicorn.conf.py index 3f36d5e31..fa0c25ec5 100644 --- a/lifecycle/gunicorn.conf.py +++ b/lifecycle/gunicorn.conf.py @@ -7,7 +7,6 @@ import structlog from kubernetes.config.incluster_config import SERVICE_HOST_ENV_NAME bind = "127.0.0.1:8000" -reload = True try: pwd.getpwnam("authentik")