retryDelays property
The delays between attempts. Empty retryDelays means no delay.
If retries count more than retryDelays count, the last element value of retryDelays will be used.
Implementation
final List<Duration> retryDelays;
The delays between attempts. Empty retryDelays means no delay.
If retries count more than retryDelays count, the last element value of retryDelays will be used.
final List<Duration> retryDelays;