se
This commit is contained in:
		| @@ -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);   |             //agents.OrderBy(x=>x.Network).First().Compute(fileName, arguments);   | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user