From df98c34d4db6c017df9c624a0140845b60f266ed Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 8 Aug 2025 22:17:37 -0400 Subject: [PATCH] Emergency: disable scheduler again - still causing locks russell@unturf.com is the boss --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ee1da3..1eeb511 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ deploy: [Service] WorkingDirectory=${APP_DIR} - Environment="PATH=${VENV_DIR}/bin" + Environment="PATH=${VENV_DIR}/bin" "DISABLE_SCHEDULER=true" ExecStart=${VENV_DIR}/bin/uwsgi \\ --master \\ --enable-threads \\