Categories: None [Edit]

attempt

https://rubygems.org/gems/attempt
https://github.com/djberg96/attempt
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.

Total

Ranking: 9,959 of 180,448
Downloads: 221,542

Daily

Ranking: 8,967 of 180,434
Downloads: 133

Depended by

RankDownloadsName
65,21813,307wordref

Depends on

RankDownloadsName
16853,130,958rake
23767,656,531rspec
3,0223,395,484structured_warnings
9,089266,024safe_timeout

Owners

#GravatarHandle
1icondjberg96
2iconnormalperson