mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Add load balancing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace RemoteExec.Client;
|
||||
|
||||
public enum LoadBalancingStrategy
|
||||
{
|
||||
RoundRobin,
|
||||
Random,
|
||||
LeastConnections,
|
||||
LeastActiveTasks,
|
||||
ResourceAware
|
||||
}
|
||||
Reference in New Issue
Block a user