| Name | Required | Default | Description | Examples | 
|---|---|---|---|---|
| backoffMultiplier | false | 2 | Multiplier applied to the delay after each retry (exponential back-off). | 1.5 | 
| retries | false | 2 | Number of additional retry attempts after the initial call. | 5 | 
| delay | false | 100 | Initial delay in milliseconds before retrying the same node. | 1000 | 
| failOverOn5XX | false | false | If trueretry on HTTP 500, 502, 503, 504 and 507 responses (fail-over). | - |