Quartz defined MISFIRE for following two scenarios:
- Thread not available in POOL
- Scheduler shutdown
If a job is "DisallowConcurrent" and a trigger is not executed because another job was being processed, does this trigger would be considered as misfire?
Assume MisfireThreshold to be zero for simplicity.