Skip to content

Commit

Permalink
Merge pull request #2297 from ianchen0119/patch-2
Browse files Browse the repository at this point in the history
Update scheduling_algorithms.rst
  • Loading branch information
pqarmitage committed Jul 1, 2023
2 parents 499fd07 + 9ada9c6 commit d5323b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/scheduling_algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ Overflow-Connection (ovf)
*************************

The Overflow connection scheduling algorithm implements "overflow" loadbalancing according to a number of active connections, will keep all connections to the node with the highest weight and overflow to the next node if the number of connections exceeds the node's weight. Note that this scheduler might not be suitable for UDP because it only uses active connections

Weighted failover (fo)
*************************

The weighted failover scheduling algorithm implements the simple failover solution.
Connections are always directed to the selected server based solely on highest weight value and server availability.

0 comments on commit d5323b4

Please sign in to comment.