Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 464 Bytes

Backoff.md

File metadata and controls

16 lines (9 loc) · 464 Bytes

Backoff

Backoff for an operation

Properties

Name Type Description Notes
duration String [optional]
steps Integer Exit with error after this many steps [optional]
jitter BigDecimal Amount represent a numeric amount. [optional]
factor BigDecimal Amount represent a numeric amount. [optional]