attempt 0.5.1
The attempt library provides a thin wrapper for the typical begin/rescue/sleep/retry dance. Use this in order to robustly handle blocks of code that could briefly flake out, such as an http or database connection, where it's often better to try again after a brief period rather than fail immediately.
Gemfile:
=
install:
=
Runtime Dependencies (2):
safe_timeout
~> 0.0.5
structured_warnings
~> 0.4.0
Development Dependencies (1):
test-unit
>= 0