mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user