Merge branch 'dev' into feature-frontend-task-queue

This commit is contained in:
Michael Shamoon
2022-06-08 19:44:23 -07:00
103 changed files with 22447 additions and 14558 deletions

View File

@@ -458,12 +458,14 @@ PAPERLESS_WORKER_RETRY: Final[int] = __get_int(
Q_CLUSTER = {
"name": "paperless",
"guard_cycle": 5,
"catch_up": False,
"recycle": 1,
"retry": PAPERLESS_WORKER_RETRY,
"timeout": PAPERLESS_WORKER_TIMEOUT,
"workers": TASK_WORKERS,
"redis": os.getenv("PAPERLESS_REDIS", "redis://localhost:6379"),
"log_level": "DEBUG" if DEBUG else "INFO",
}