Job Server Questions

Job Server Questions

Comments

  • Do all servers in cluster handle scheduled jobs? Is the workload balanced equally, if so? What is the effect of setting all job servers to 1?

  • Only the Primary Job Server will run the scheduled jobs in the cluster. The Job Server order is the number in which the next server to become the Job server in the event the primary job server goes down. The next server in order would pick up the load automatically. That could potentially cause issues with nodes pulling the same job in the queue. I would recommend setting the order with incremented numbers, as opposed to the same value.

Sign In or Register to comment.