From cb6ba01c5e2dfddaaeeaf53a5fdd82876841388d Mon Sep 17 00:00:00 2001 From: Marcin S Date: Thu, 24 Nov 2022 06:02:07 -0500 Subject: [PATCH] ig: Fix description of execution retry delay The delay is 3s and not 1s. I removed the reference to a specific number of seconds as it may be too specific for a high-level description. --- .../implementers-guide/src/node/utility/candidate-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap/implementers-guide/src/node/utility/candidate-validation.md b/roadmap/implementers-guide/src/node/utility/candidate-validation.md index 07d7c09bf2f2..4e67be069155 100644 --- a/roadmap/implementers-guide/src/node/utility/candidate-validation.md +++ b/roadmap/implementers-guide/src/node/utility/candidate-validation.md @@ -67,7 +67,7 @@ or time out). We will only retry preparation if another request comes in after resolved. We will retry up to 5 times. If the actual **execution** of the artifact fails, we will retry once if it was -an ambiguous error after a 1 second delay, to allow any potential transient +an ambiguous error after a brief delay, to allow any potential transient conditions to clear. #### Preparation timeouts