-
Notifications
You must be signed in to change notification settings - Fork 45
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
Rework limitRetries to possible infinite retries #188
Comments
The default behaviour of the other built-in retry policies is to do infinite retries. e.g. So I don't think a version of Does that make sense? Maybe the docs could be improved to explain this better. |
Okay, it seems like i can use |
Also similar to akka i wanna have retry policy with infinite retries, based on arg
maxRetries = -1
If you don't mind i can draft a PR and deprecate old version.
The text was updated successfully, but these errors were encountered: