The retry package
This package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times. The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4, 0.5, 0.5.1, 0.6, 0.7, 0.7.0.1, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.4.1, 0.7.4.2 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.6 && <5), data-default-class, exceptions (>=0.5 && <0.9), ghc-prim (<0.6), random (>=1 && <1.2), transformers (<0.7) [details] |
License | BSD3 |
Copyright | Ozgun Ataman, Soostone Inc |
Author | Ozgun Ataman |
Maintainer | ozgun.ataman@soostone.com |
Category | Control |
Home page | http://github.com/Soostone/retry |
Source repository | head: git clone git://github.com/Soostone/retry.git |
Uploaded | Wed Nov 23 18:33:15 UTC 2016 by MichaelXavier |
Distributions | Arch:0.7.4.2, Debian:0.7.0.1, LTSHaskell:0.7.4.2, NixOS:0.7.4.2, Stackage:0.7.4.2, Tumbleweed:0.7.4.2 |
Downloads | 10378 total (1980 in the last 30 days) |
Votes | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Downloads
- retry-0.7.4.2.tar.gz [browse] (Cabal source package)
- Package description (included in the package)