Load Balanced Scheduled Jobs

I have a question.I have 2 servers name them server1 and server2 and there is a load balancer.Now i want to know I have my custom jobs so what should I do to run those jobs.Do I have to put it on both the servers or only one.I have SSMS installed on server1.Any help would be appreciated.

Litium version: [7

Usually the simplest is to use the same config on all machines but it is possible to deploy separate config to each machine but then you have to handle that in your deployment pipeline.

If you you use the allowon parameter for the scheduled tasks you can set server name for which server the task is allowed to run on.

  • allowOn: “computer:sitename,computer:sitename” - optional, both computer:sitename can use wildcard to match all *

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.