We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe the MaxRetries default value should be the same for clusters and standalone mode, unless it's intended?
MaxRetries
This commit added a specific disable to MaxRetries in ClusterOptions as opposed to Options which defaults to 3.
ClusterOptions
Options
If it's intended, we should add documentation in the code at least. If it's not, then it's a simple fix :)
Thanks
The text was updated successfully, but these errors were encountered:
That change was intentional. MaxRetries are disable, because the Cluster client handles all kind of retries.
We probably should explain this somewhere.
Sorry, something went wrong.
I can take this and update the docs.
No branches or pull requests
Expected Behavior
I believe the
MaxRetries
default value should be the same for clusters and standalone mode, unless it's intended?Current Behavior
This commit added a specific disable to
MaxRetries
inClusterOptions
as opposed toOptions
which defaults to 3.Possible Solution
If it's intended, we should add documentation in the code at least. If it's not, then it's a simple fix :)
Thanks
The text was updated successfully, but these errors were encountered: