I have 2 or more scheduler instances clustered and 5 types of job(test1,test2...test5) with org.quartz.threadPool.threadCount = 10. I want to reserve 4 threads for heavy test1 job.How to do it using quartz API?
I've been through similar link like this. http://www.quartz-scheduler.org/documentation/quartz-2.3.0/cookbook/MultipleSchedulers.html