I have a micro-service which is running quartz job for different vendor, am planning to run this on multiple instances, how did i make sure that only one group of job is running on first server and the other group is running on 2nd server.
I am currently using Quartz 2.2.1 version