retries

Version

Can be used in

Attributes

NameRequiredDefaultDescriptionExamples
backoffMultiplierfalse2Multiplier applied to the delay after each retry (exponential back-off).1.5
retriesfalse2Number of additional retry attempts after the initial call.5
delayfalse100Initial delay in milliseconds before retrying the same node.1000
failOverOn5XXfalsefalseIf true retry on HTTP 500, 502, 503, 504 and 507 responses (fail-over).-