ig: Fix description of execution retry delay (#6342)

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.
This commit is contained in:
Marcin S
2022-11-24 08:06:56 -05:00
committed by GitHub
parent 7a6460e132
commit 01f8154110
@@ -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