Popularity
2.4
Stable
Activity
0.0
Stable
1
3
1
Monthly Downloads: 3
Programming language: Haskell
License: Mozilla Public License 2.0
Tags:
System
retryer alternatives and similar packages
Based on the "System" category.
Alternatively, view retryer alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of retryer or a related project?
README
retryer
Available through hackage.
Installing:
Have a working haskell install, and then
cabal install retryer
or
git clone https://github.com/dgonyeo/retryer.git
cd retryer
cabal install -j
Using:
Usage: retryer (-t|--tries <int>) (-d|--delay <double>) -- Command
Available options:
-h,--help Show this help text
-t,--tries <int> Number of times to retry the command. <= 0 disables.
-d,--delay <double> Seconds to wait before retrying the command. <= 0
disables.
So for example:
retryer -t 10 -d 5 -- ssh -p 222 [email protected]