How can I set priorities to quartz trigger?
问题 I am using Quartz Scheduler and there are 15 jobs. For each job there is one trigger. I want to set priority for each trigger. I can set low priority as 10 and high priority as 1. But as I am having 15 triggers for 15 jobs I need different priority for each trigger. e.g trigger1 will have priority 10, trigger2 will have priority 9. In this way I need to give same priority for two triggers. So if two triggers with same priority will get execute at same time then which trigger will execute