Disables mingle and gossip. Not useful with the single worker we use

This commit is contained in:
Trenton Holmes 2023-03-25 11:40:46 -07:00 committed by Trenton H
parent 7ad21e0e45
commit 5468394ef2

View 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