Improve load balancing and move to pull based model

This commit is contained in:
Stone_Red
2025-12-21 14:18:35 +01:00
parent 27558ba3f2
commit 8d5bb1eff4
8 changed files with 344 additions and 149 deletions
+2 -5
View File
@@ -2,9 +2,6 @@
public enum LoadBalancingStrategy
{
RoundRobin,
Random,
LeastConnections,
LeastActiveTasks,
ResourceAware
ResourceAware,
LeastBacklog
}