Adds settings for worker retry time, with what should be sensible default

This commit is contained in:
Trenton Holmes
2022-03-22 11:26:56 -07:00
committed by Trenton Holmes
parent 950efbe8cb
commit c48c35fa05
2 changed files with 27 additions and 6 deletions

View File

@@ -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.