Quartz scheduler performance tuning/overhead
I am new to Quartz Scheduler Framework. We are using quartz 2.3.2 for scheduling jobs. I have around million scheduled jobs, which has different frequencies. But mostly I get 6000-7000 triggers every minute. These jobs are very light on computation side, they just publish message over rabbit. I am using postgres database to persist these jobs. I have a cluster of scheduler service instances to handle the scale.