mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 17:16:22 +02:00
Improve load balancing and move to pull based model
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
public enum LoadBalancingStrategy
|
||||
{
|
||||
RoundRobin,
|
||||
Random,
|
||||
LeastConnections,
|
||||
LeastActiveTasks,
|
||||
ResourceAware
|
||||
ResourceAware,
|
||||
LeastBacklog
|
||||
}
|
||||
Reference in New Issue
Block a user