How to use cron misfire-instruction FireOnceNow with AdoJobStore in Quartz.NET 2.0?
问题 I am using a cron trigger with misfire-instruction set to FireOnceNow in quartz.net-2.0 set up with AdoJobStore and using XMLSchedulingDataProcessorPlugin . cron-expression is set so the job will trigger every 1 minute: 0 0/1 * * * ? . The job scheduler is set to start in Global.asax.cs . Expected behaviour: If the server is stopped when a job should trigger but it is restarted before the next trigger then it should trigger once immediately. Example: First job triggers at 00:01:00 . I stop