How to create quartz job that will runs every N seconds even if job takes more time
问题 What I'm trying to achieve: I have a secondly trigger that fires every 5 secods, and stateful job, that takes sometimes more than 5 seconds (7 for example) and what I have now start: 00:00:00 end : 00:00:07 start: 00:00:07 < right after previous has finished what I want : start: 00:00:00 it should run at 00:00:05 but it hasn't end : 00:00:07 start: 00:00:10 (5 seconds after previous, successive or not) I have tried quartz.net version 2 and 1. Job: [PersistJobDataAfterExecution]