For each job you may determine whether distributed scheduling is used and, if so, what type of distributed scheduling is used. Three modes are supported.
In Slave mode, the trigger(s) for the job are evaluated only on the Master. When the job is triggered, it is executed on all agents attached to the job.
In Mirror mode, the job is copied to all of the agents attached to the job. The trigger(s) for the job are then evaluated separately on each agent, so the job operates completely independently on each agent.
In Load Balancing mode, the trigger(s) for the job are evaluated only on the Master. When the job is triggered, adTempus runs the job on only one computer. It automatically selects the best computer based on the current load on each computer.