- DelayingRetryPolicy (faulttolerance.Retry) Configuration
A retry policy that prolongs the delays between retries by a defined factor.
Type: io.helidon.faulttolerance.Retry.DelayingRetryPolicy
This type provides the following service implementations:
io.helidon.faulttolerance.Retry.RetryPolicy
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
calls | int | 3 | Total number of calls (first + retries). |
delay | Duration | PT0.2S | Base delay between the invocations. |
delay-factor | double | 2 | A delay multiplication factor. |