Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.95 KB

File metadata and controls

57 lines (33 loc) · 1.95 KB

DelayingRetryPolicy (faulttolerance.Retry) Configuration

A retry policy that prolongs the delays between retries by a defined factor.

This type provides the following service implementations:

  • io.helidon.reactive.faulttolerance.Retry.RetryPolicy

Configuration options

Table 1. 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.