./www/ruby-faraday-retry1, Catches exceptions and retries each request a limited times

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3, Package name: ruby31-faraday-retry1-1.0.3, Maintainer: pkgsrc-users

Faraday Retry

The Retry middleware 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 below for an example).

This is version 1.x package.


Master sites:

Filesize: 10 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-09 08:41:01 by Takahiro Kambe | Files touched by this commit (4)
Log message:
www/ruby-faraday-retry1: add version 1.0.3

Add current ruby-faraday-retry as ruby-faraday-retry1 package.