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.

http-clientnetworking
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
2
Resources