OptionalexponentiationExponentiation factor applied to the previous delay. Defaults to 2.
OptionalinitialFirst retry delay. Subsequent delays grow by exponentiationFactor.
Number is ms. Defaults to 50 ms.
OptionalintervalRenamed to exponentiationFactor.
OptionalmaxMax attempts (including the initial). When reached, run throws
a TerminalError wrapping the original error message.
OptionalmaxMax total duration of retries before giving up. Number is ms.
OptionalmaxCap on retry delay. Number is ms. Defaults to 10 s.
Retry policy for
run. Mirrors the SDK'sRunOptionsretry knobs but namespaced (noRetryprefix on each field) and grouped underRunOpts.retryfor readability.