module

Retriable

# include it scoped to the Retriable module
require "retriable"

Retriable.retry do
  # ...
end

# or include it into top level namespace
require "retriable/core_ext/kernel"

retry do
  # ...
end

Constants

VERSION = {{ (`shards version \"/tmp/tmp.JibCpC/src/src/retriable\"`).chomp.stringify }}

Class methods

settings
Source

Instance methods

configure
Source
retry
Source
retry(on = nil, **opts, &)

ameba:disable Metrics/CyclomaticComplexity

Source

Nested types