I have created a job scheduler to perform one action and my application is hosted on multi node system.
Let’s say Node 1 and Node 2 and I would like Job Scheduler to be run on only Node 1.
In the Job Scheduler configuration, I have selected the Runs on as “Any one associated node”.
Here my question is, in which node my Job Scheduler would run?? Node 1 or Node 2??
Kindly let me know how to restrict a Job Scheduler to be run only on Node 1.