Crate backoff_tower

Source

Modules§

backoff_strategies

Structs§

BackoffLayer
A layer that creates a service that will attempt & reattempt to perform a service call based on a policy.
BackoffService
A service for the retrying of a call with back offs.

Traits§

BackoffStrategy
A trait describing how long to backoff for each subsequent attempt