Registry / http-client / faraday-retry

faraday-retry

JSON →
library2.4.0rbrubygemsunverified

Middleware for Faraday that catches exceptions and retries each request a limited number of times.

gem install faraday-retry
INSTALL
IMPORT
SIG · FARADAY-RETRY
F
faraday-retry
http-clientrubyv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Faraday::Retry
require 'faraday/retry'

Configure Faraday to retry failed requests up to 3 times

require 'faraday' require 'faraday/retry' conn = Faraday.new do |f| f.request :retry, max: 3 end response = conn.get('https://example.com')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Amazon
1
Resources
faraday-retry — gem install faraday-retry · libregistry