FluentScheduler icon indicating copy to clipboard operation
FluentScheduler copied to clipboard

How to add relative time tasks?

Open 52017126 opened this issue 5 years ago • 2 comments

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

52017126 avatar Aug 19 '20 16:08 52017126

I confess I didn't quite get it.

Can you give me an example with date and time of the desired runs?

tallesl avatar Sep 13 '20 23:09 tallesl

I believe what you want is to set your Scheduled Task as NonReentrant and youd want a schedule like .ToRunNow().AndEvery(5).Minutes()

dev-greene avatar Jul 16 '21 19:07 dev-greene