From 5468394ef297cd676063e86ac46107ced72f6732 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:40:46 -0700 Subject: [PATCH] Disables mingle and gossip. Not useful with the single worker we use --- docker/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index bfb78330a..69b7879b9 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -28,7 +28,7 @@ stderr_logfile_maxbytes=0 [program:celery] -command = celery --app paperless worker --loglevel INFO +command = celery --app paperless worker --loglevel INFO --without-mingle --without-gossip user=paperless stopasgroup = true stopwaitsecs = 60