SimpleTrigger should meet your scheduling needs if you need to have a job execute exactly once at a specific moment in time, or at a specific moment in time followed by repeats at a specific interval. For example, if you want the trigger to fire at e…
question: I am using SimpleTrigger to schedule a job which is supposed to run indefinitely (repeat count -1). And i am using JDBC store to persist the job state in DB. But the trigger is firing for some intervals (in my case always 8) and goes to BLO…