mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Adds settings for worker retry time, with what should be sensible default
This commit is contained in:
parent
8b26ddcd2c
commit
4ec1aaabe6
2 changed files with 27 additions and 6 deletions
|
|
@ -540,6 +540,10 @@ PAPERLESS_WORKER_TIMEOUT=<num>
|
|||
large documents within the default 1800 seconds. So extending this timeout
|
||||
may prove to be useful on weak hardware setups.
|
||||
|
||||
PAPERLESS_WORKER_RETRY=<num>
|
||||
If PAPERLESS_WORKER_TIMEOUT has been configured, the retry time for a task can
|
||||
also be configured. By default, this value will be set to 10s more than the
|
||||
worker timeout. This value should never be set less than the worker timeout.
|
||||
|
||||
PAPERLESS_TIME_ZONE=<timezone>
|
||||
Set the time zone here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue