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

Implement "Least-Requests" load balancing #74

Closed
analogrelay opened this issue Apr 20, 2020 · 1 comment · Fixed by #78
Closed

Implement "Least-Requests" load balancing #74

analogrelay opened this issue Apr 20, 2020 · 1 comment · Fixed by #78
Labels
Type: Enhancement New feature or request

Comments

@analogrelay
Copy link
Contributor

Load balance to the backend which has the fewest on-going requests. This requires some state be tracked about the currently load to each backend (though @Tratcher indicated we already have that state).

@analogrelay analogrelay added the Type: Enhancement New feature or request label Apr 20, 2020
@analogrelay analogrelay added this to the 1.0.0 milestone Apr 20, 2020
@Tratcher
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants