Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

minor: ig: Fix description of execution retry delay #6342

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down