From 161e76c500a3bcf99e4022d339aab87ea46935bd Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 30 Jan 2023 08:49:58 +0100 Subject: [PATCH] clarify exponential backoff --- .../src/lib/components/flows/content/FlowRetries.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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)