]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Silence a warning about setting this by setting it
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 8 Jun 2023 22:05:36 +0000 (15:05 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 8 Jun 2023 22:05:36 +0000 (15:05 -0700)
src/paperless/settings.py

index d3c239b433a2bc771ddd9391062413b2fa5d48dc..f48f208f211e63481a26a442ac6ad55526fde308 100644 (file)
@@ -662,6 +662,7 @@ CELERY_WORKER_MAX_TASKS_PER_CHILD = 1
 CELERY_WORKER_SEND_TASK_EVENTS = True
 CELERY_TASK_SEND_SENT_EVENT = True
 CELERY_SEND_TASK_SENT_EVENT = True
+CELERY_BROKER_CONNECTION_RETRY = True
 
 CELERY_TASK_TRACK_STARTED = True
 CELERY_TASK_TIME_LIMIT: Final[int] = __get_int("PAPERLESS_WORKER_TIMEOUT", 1800)