Silence a warning about setting this by setting it

This commit is contained in:
Trenton H 2023-06-08 15:05:36 -07:00
parent 714b2ecd9c
commit e3ea5dd13c

View 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)