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,958 of 180,434
Downloads: 221,409

Daily

Ranking: 9,920 of 180,417
Downloads: 92

Depended by

RankDownloadsName
65,20113,305wordref

Depends on

RankDownloadsName
16852,527,476rake
23767,349,058rspec
3,0213,394,640structured_warnings
9,089265,861safe_timeout

Owners

#GravatarHandle
1icondjberg96
2iconnormalperson