ruby-faraday-retry

Catches exceptions and retries each request a limited number of times

Description

The Retry middleware for faraday automatically retries requests that fail due to intermittent client or server errors (such as network hiccups).

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 retry interval, and a backoff factor.

The middleware can also handle the Retry-After header automatically when configured with the right status codes (see docs for an example).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/lostisland/faraday-retry


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-faraday-retry