Skip to content
Snippets Groups Projects
Commit 01f81541 authored by Marcin S.'s avatar Marcin S. Committed by GitHub
Browse files

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.
parent 7a6460e1
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment