-
Notifications
You must be signed in to change notification settings - Fork 36
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
Tests and recoveringWatchdog #4
Comments
Hello Joao, A few comments:
As you've suggested; I would appreciate a cleaned up patch just for the Thanks, Ozgun Ataman CEO Soostone Inc. +1 917 725 0849 (Office) On Mon, May 5, 2014 at 9:57 AM, João Cristóvão [email protected]:
|
Hello Ozgun,
Thanks, |
Hi,
I'm not raising this as a pull request because I'm unsure you would be ok with the changes I made:
recoveringWatchdog
function that makes a distintion between an aplication that fails very quickly each time (and thus the retry count applies), or an application that only fails ocasionally. In this last case, I want to retry it but reset the retry counter.Number 2), unfortunately adds a lot of dependencies (you might not be confortable with).
https://github.com/jcristovao/retry/commits/master
If there is interest, I might split this into (mergeable) tests applicable to the retry lib (as it is), and the recoveringWatchdog I would split into a different lib.
Please let me know what do you prefer,
Cheers
The text was updated successfully, but these errors were encountered: