mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fail fast when multiple addons are run
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user