tasks: reduce default number of retries and max backoff (#17107)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-09-29 19:17:23 +02:00
committed by GitHub
parent 0dba78a757
commit a87f182503
3 changed files with 6 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ Defaults to `seconds=30`.
Configure how many times a failing task will be retried before abandoning.
Defaults to 20.
Defaults to 5.
##### `AUTHENTIK_WORKER__TASK_DEFAULT_TIME_LIMIT`