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 84d242a4ab
commit aba2eef8d8

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