Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackoffStrategyDefault = backoff.Backoff{ Min: 100 * time.Millisecond, Max: 3 * time.Second, Factor: 2, }
Exponential backoff (default) is used to handle retries with increasing wait times in case of errors
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.