Merge pull request #1091 from adam-ah/dev

Longer (5 vs 0.2s) guard_cycle for Django-Q
This commit is contained in:
Trenton Holmes 2022-06-05 08:11:51 -07:00 committed by GitHub
commit 5715ba1a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -458,6 +458,7 @@ PAPERLESS_WORKER_RETRY: Final[int] = __get_int(
Q_CLUSTER = {
"name": "paperless",
"guard_cycle": 5,
"catch_up": False,
"recycle": 1,
"retry": PAPERLESS_WORKER_RETRY,