The master finds the least busy machine by checking number of running jobs. The first machine with the minimum jobs is used to run the job. In your scenario, if agent A is running 1 job and agent B is not running any jobs then the agent B is used. However, if agent B is not REACHABLE or it is running same number or more jobs than agent A, the agent A is used again. : How is a "least busy" remote agent determined? I want to have the : submission of a job bounce to whichever machine is not currently running a : job but the master scheduler only wants to send it to the first machine in : the host list. If that agent is running a job, shouldn't the next machine : run the next one? : Thanks
|