]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Disables mingle and gossip. Not useful with the single worker we use
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sat, 25 Mar 2023 18:40:46 +0000 (11:40 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 26 Mar 2023 02:17:02 +0000 (19:17 -0700)
docker/supervisord.conf

index bfb78330a6dfa72aeeb0628719cdc131ac48cbfa..69b7879b9bf13be6e977c7d40882762e0ad9877a 100644 (file)
@@ -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