fix formatting
This commit is contained in:
parent
313902c593
commit
196c49740c
@ -680,7 +680,9 @@ CELERY_TASK_SEND_SENT_EVENT = True
|
||||
CELERY_SEND_TASK_SENT_EVENT = True
|
||||
CELERY_BROKER_CONNECTION_RETRY = True
|
||||
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True
|
||||
CELERY_BROKER_TRANSPORT_OPTIONS = {'global_keyprefix': os.getenv("PAPERLESS_REDIS_PREFIX", "")}
|
||||
CELERY_BROKER_TRANSPORT_OPTIONS = {
|
||||
"global_keyprefix": os.getenv("PAPERLESS_REDIS_PREFIX", "")
|
||||
}
|
||||
|
||||
CELERY_TASK_TRACK_STARTED = True
|
||||
CELERY_TASK_TIME_LIMIT: Final[int] = __get_int("PAPERLESS_WORKER_TIMEOUT", 1800)
|
||||
|
Loading…
x
Reference in New Issue
Block a user