mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue