retryer: Retry failed commands

[ mpl, program, system ] [ Propose Tags ]

Takes a command and keeps rerunning it until it returns successfully. Has flags to limit number of retries and sleep between retires.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.7 && <4.8), optparse-applicative (>=0.11.0.1), process (>=1.2.0.0) [details]
License MPL-2.0
Author Derek Gonyeo
Maintainer dgonyeo@csh.rit.edu
Category System
Home page https://github.com/dgonyeo/retryer
Uploaded by dgonyeo at 2014-12-13T18:37:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables retryer
Downloads 1596 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-21 [all 9 reports]

Readme for retryer-0.1.0.1

[back to package description]

retryer

Small haskell app that takes a command, and continually re-runs it until it exits successfully