ruby-faraday-retry 2.2.0-2 source package in Ubuntu

Changelog

ruby-faraday-retry (2.2.0-2) unstable; urgency=medium

  * Reupload to unstable

 -- Pirate Praveen <email address hidden>  Mon, 05 Feb 2024 14:50:49 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-faraday-retry_2.2.0-2.dsc 2.0 KiB f2bdc327dd142044cdba28b8ea862471511e697a82e636fbefb5bab8012648e3
ruby-faraday-retry_2.2.0.orig.tar.gz 7.7 KiB cfdb3c69ebba35831facd88a2f65720066abddbc3aed2254ce5353a0ae5f2653
ruby-faraday-retry_2.2.0-2.debian.tar.xz 2.4 KiB 26499cc37b6528303753f7b585314b02ecc99a89b43b4f9e50ef54d0e3903f0f

No changes file available.

Binary packages built by this source

ruby-faraday-retry: Catches exceptions and retries each request a limited number of times

 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).