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,872 of 183,139
Downloads: 249,304

Daily

Ranking: 8,712 of 183,127
Downloads: 61

Depended by

RankDownloadsName
65,60713,891wordref

Depends on

RankDownloadsName
10954,857,689rake
25818,346,165rspec
63476,158,129rubocop
3,1333,547,842structured_warnings
9,103295,837safe_timeout

Owners

#GravatarHandle
1icondjberg96
2iconnormalperson