From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Sat, 25 Mar 2023 18:40:46 +0000 (-0700) Subject: Disables mingle and gossip. Not useful with the single worker we use X-Git-Tag: v1.14.0-beta.rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5468394ef297cd676063e86ac46107ced72f6732;p=thirdparty%2Fpaperless-ngx.git Disables mingle and gossip. Not useful with the single worker we use --- diff --git a/docker/supervisord.conf b/docker/supervisord.conf index bfb78330a6..69b7879b9b 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