-
Notifications
You must be signed in to change notification settings - Fork 39
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 options to retry operations with retry count and timeout #73
Comments
May be good to have backoff interval for retry |
@vtolstov Alternatively we may let user handle it in |
I think about it, in case of put it in ExecuteOperation all users needs to add logic to retry, timeouts and backoff. I think that timeout is the core stuff.. |
@s8sg when you can do retries and timeouts? |
I’m really busy. I’ll do that as soon as I manage some time. Great if you can raise a PR. I haven’t made any progress so far on this one |
Retry an operation if failed or timeout happen. If configured, when a operation fails the it will be retried, for n time. Where n is less than retry count.
The text was updated successfully, but these errors were encountered: