mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Merge pull request #1091 from adam-ah/dev
Longer (5 vs 0.2s) guard_cycle for Django-Q
This commit is contained in:
commit
5715ba1a9a
@ -458,6 +458,7 @@ PAPERLESS_WORKER_RETRY: Final[int] = __get_int(
|
|||||||
|
|
||||||
Q_CLUSTER = {
|
Q_CLUSTER = {
|
||||||
"name": "paperless",
|
"name": "paperless",
|
||||||
|
"guard_cycle": 5,
|
||||||
"catch_up": False,
|
"catch_up": False,
|
||||||
"recycle": 1,
|
"recycle": 1,
|
||||||
"retry": PAPERLESS_WORKER_RETRY,
|
"retry": PAPERLESS_WORKER_RETRY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user