Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recursive retry to cookbook #427

Open
briancavalier opened this issue Feb 10, 2015 · 2 comments
Open

Add recursive retry to cookbook #427

briancavalier opened this issue Feb 10, 2015 · 2 comments
Labels

Comments

@briancavalier
Copy link
Member

See #426

@rkaw92
Copy link
Contributor

rkaw92 commented Feb 10, 2015

You might want to take a look at https://github.com/rkaw92/when-retry for an example of a configurable retry strategy.
Just put any code that delays the retry / gives up in a trampoline and pass an instance of it to the RetryStrategy factory.

@briancavalier
Copy link
Member Author

Nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants