How to remove a specific queued up job from quartz?
I have a IJob class with the attribute ‘[DisallowConcurrentExecution]’.
Quartz.net doesnt work for WithIntervalInHours but works for WithIntervalInMinutes
I am trying to schedule a job using Quartz.net. The job triggers for WithIntervalInMinutes but not for WithIntervalInHours