Skip to main content

Module retry

Module retry 

Source
Expand description

Helpers to handle connection delays when receiving errors

Structs§

ExponentialBackoff
A RetryPolicy which backs off exponentially

Constants§

DEFAULT_RETRY
The default RetryPolicy when initializing an event source

Traits§

RetryPolicy