-
Notifications
You must be signed in to change notification settings - Fork 49
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
insert a start check to verify that crate back off factor is less than 120 and it does not conflict with WQ retry #518
Comments
Stale issue message |
Hi @c0c0n3 @chicco785 , I would like to contribute on this issue. Please assign Also, I have been investigating on comment and proceeded with debugging this File . Please confirm my understading as we need to verify the total amount spent by the client retrying a connection is less than the backoff_factor and also to add warning for same. |
I have added PR for this issue as per my understanding. Please let me know for any modification in PR :) |
@daminichopra I've added my comments to #573, thanks alot!! |
It should be okay, but there must be a way to configure it since w/ WQ you also have retry intervals, so the admin should be able to configure the Crate client's backoff factor to make sure the total amount spent by the client retrying a connection is less than the minimum retry interval in WQ...
Originally posted by @c0c0n3 in #503 (comment)
The text was updated successfully, but these errors were encountered: