Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 640 Bytes

V1alpha1Backoff.md

File metadata and controls

12 lines (8 loc) · 640 Bytes

V1alpha1Backoff

Backoff is a backoff strategy to use within retryStrategy

Properties

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

[Back to Model list] [Back to API list] [Back to README]