FluentScheduler
FluentScheduler copied to clipboard
How to add relative time tasks?
I want to add a task that will run for a while, and I want it to be repeated at least five seconds the next time
I confess I didn't quite get it.
Can you give me an example with date and time of the desired runs?
I believe what you want is to set your Scheduled Task as NonReentrant
and youd want a schedule like .ToRunNow().AndEvery(5).Minutes()