diff --git a/lifecycle/gunicorn.conf.py b/lifecycle/gunicorn.conf.py index cda3814af2..d7aa1cb812 100644 --- a/lifecycle/gunicorn.conf.py +++ b/lifecycle/gunicorn.conf.py @@ -50,6 +50,8 @@ logconfig_dict = get_logger_config() workers = CONFIG.get_int("web.workers", 2) threads = CONFIG.get_int("web.threads", 4) +control_socket_disable = True + def post_fork(server: "Arbiter", worker: DjangoUvicornWorker): # noqa: UP037 """Tell prometheus to use worker number instead of process ID for multiprocess"""