Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 519 Bytes

Backoff.md

File metadata and controls

15 lines (8 loc) · 519 Bytes

Backoff

Backoff is a backoff strategy to use within retryStrategy

Properties

Name Type Description Notes
duration String Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h") [optional]
factor String [optional]
maxDuration String MaxDuration is the maximum amount of time allowed for the backoff strategy [optional]