This is a standalone configuration type, prefix from configuration root: fault-tolerance.retries
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
int |
|
Number of calls (first try + retries). |
|
Duration |
|
Base delay between try and retry.
Defaults to |
|
double |
|
Delay retry policy factor. If unspecified (value of Default when Retry.DelayingRetryPolicy is used is |
|
boolean |
|
Flag to enable metrics for this instance. The value of this flag is
combined with the global config entry
io.helidon.faulttolerance.FaultTolerance.FT_METRICS_DEFAULT_ENABLED.
If either of these flags is |
|
Duration |
|
Jitter for Retry.JitterRetryPolicy. If unspecified (value of |
|
Duration |
|
Overall timeout of all retries combined. |