Fail fast when multiple addons are run

This commit is contained in:
eikek
2022-05-19 23:58:53 +02:00
parent 29a5894884
commit 47bd6cd0ba
7 changed files with 226 additions and 9 deletions

View File

@ -829,6 +829,11 @@ Docpell Update Check
container-wait = "100 millis"
}
# When multiple addons are executed sequentially, stop after the
# first failing result. If this is false, then subsequent addons
# will be run for their side effects only.
fail-fast = true
# The timeout for running an addon.
run-timeout = "15 minutes"