se
This commit is contained in:
parent
9d1eec48b0
commit
02f1011bb5
@ -39,7 +39,11 @@ namespace AZ.Compute
|
||||
|
||||
//مثلا اقل لود على السي بي يوم
|
||||
|
||||
agents.OrderBy(x => x.Cpu).First().Compute(fileName, arguments);
|
||||
var agent = agents.OrderBy(x => x.Cpu).First();
|
||||
|
||||
Console.WriteLine($"Agent {agent.Id} was selected for the new task");
|
||||
|
||||
agent.Compute(fileName, arguments);
|
||||
|
||||
// اقل نتورك
|
||||
//agents.OrderBy(x=>x.Network).First().Compute(fileName, arguments);
|
||||
|
Loading…
x
Reference in New Issue
Block a user