Registry / utility / retriable

retriable

JSON →
library4.2.0rbrubygemsunverified

A simple DSL to retry failed code blocks with randomized exponential backoff, useful for interacting with external APIs or file system calls.

gem install retriable
INSTALL
IMPORT
SIG · RETRIABLE
R
retriable
utilityrubyv4.2.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.

Retriable
require 'retriable'

Retry a block of code on failure with exponential backoff.

require 'retriable' Retriable.retriable do # code that may fail end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
retriable — gem install retriable · libregistry