Inherits: Middleware Object Middleware Faraday::Request::Retry show all Defined in: lib/faraday/request/retry.rb Catches exceptions and retries each request a limited number of times. By default, it retries 2 times and handles only timeout exceptions. It can be configured with an arbitrary number of retries, a list of exceptions to handle, a retry interval, a percentage of randomness to add to the