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 Random Load-Balancing #73

Closed
analogrelay opened this issue Apr 20, 2020 · 0 comments · Fixed by #78
Closed

Implement Random Load-Balancing #73

analogrelay opened this issue Apr 20, 2020 · 0 comments · Fixed by #78
Assignees
Labels
Type: Enhancement New feature or request
Projects

Comments

@analogrelay
Copy link
Contributor

This is one of the simplest load-balancers. Select a random backend from the set of healthy backends and route to it. It can be surprisingly effective, so it's a useful algorithm to have. It's also trivial to implement so it gives us a way to exercise our abstractions.

@analogrelay analogrelay added the Type: Enhancement New feature or request label Apr 20, 2020
@analogrelay analogrelay added this to the 1.0.0-preview1 milestone Apr 20, 2020
@Tratcher Tratcher self-assigned this Apr 20, 2020
@Tratcher Tratcher added this to To Do in Active Work via automation Apr 21, 2020
@Tratcher Tratcher added this to Unscheduled in YARP Planning via automation Apr 21, 2020
@Tratcher Tratcher moved this from To Do to In Review in Active Work Apr 21, 2020
@Tratcher Tratcher moved this from Unscheduled to 1.0.0-preview1 in YARP Planning Apr 21, 2020
Active Work automation moved this from In Review to Done Apr 23, 2020
@analogrelay analogrelay removed this from 1.0.0-preview1 in YARP Planning Apr 30, 2020
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
No open projects
Active Work
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants