diff --git a/frontend/src/lib/components/flows/content/FlowRetries.svelte b/frontend/src/lib/components/flows/content/FlowRetries.svelte index 2d697e9082..36d8e309b0 100644 --- a/frontend/src/lib/components/flows/content/FlowRetries.svelte +++ b/frontend/src/lib/components/flows/content/FlowRetries.svelte @@ -35,9 +35,8 @@

Retries If defined, upon error this step will be retried with a delay and a maximum number of attempts - as defined below. If none of the retries succeed, the step job is a failure and the error will - propagate up in the case of a branch, and the error handler will be called ultimately if not - handled prior.

@@ -90,6 +89,8 @@ Attempts Mulitplier + additional delay = multiplier * seconds ^ (# attempts) Initial delay (seconds)