Skip to content
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 possibility to exclude node from load balancer based on error rate #92

Open
ksysoev opened this issue Jun 22, 2024 · 0 comments
Open
Assignees

Comments

@ksysoev
Copy link
Owner

ksysoev commented Jun 22, 2024

In current implementation of load balancer doesn't care if node alive or not. We should implement logic to exclude node from load balancing if consequent error counter exceeded defined threshold.
In suspended node state load balancer should periodically check liveness status of the suspended nodes, and return them back into load-balancing if get success result.
If none of node has alive status, load balancer should consider all of them as equal and just distribute load between them.

@ksysoev ksysoev self-assigned this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant