Module tower_async::retry

source ·
Available on crate feature retry only.
Expand description

Middleware for retrying “failed” requests.

Modules

  • A retry “budget” for allowing only a certain amount of retries over time.

Structs

  • Configure retrying requests of “failed” responses.
  • Retry requests based on a policy

Traits

  • A “retry policy” to classify if a request should be retried.