FluentScheduler
FluentScheduler copied to clipboard
Automated job scheduler with fluent interface for the .NET platform.
Hi. i need this to make a multiplayer backend using signalr. formerly i used async methods for delayed tasks but they are not pausable easily but scheduling solutions like fluentSchedulers...
It would be useful to have a `Registry` method that would allow us to schedule an initialized `IJob` method to run at a different delayed interval. Why this is useful?...
Hi, Any reason why Hours, Minutes and Seconds are not returning RestrictionUnit? In version 5, we can specify the time to run after the Hours, it is no longer available...
Hi folks, There's a [6.0.0-alpha.1](https://www.nuget.org/packages/FluentScheduler/6.0.0-alpha.1) version on NuGet for anyone curious to use what's been sitting on the [~~redesign~~ version-6 branch](https://github.com/fluentscheduler/FluentScheduler/tree/version-6). It's by all means an alpha, we can add...
Fix for issue 320 Uses a LastRun variable to counter the fact, that we (yet) don't have infinitely fast cpus :smile:
So, it looks like that the NextRun value does sometimes not get updated or does get updated incorrectly. Which leads to tasks being executed twice when they should instead only...
Why hasn't it been updated for 2 years
Hello All, I am trying to schedule a job to run once after x minutes, but want to make sure the time passed when machine sleeps is not counted. I...
How to use in work service (.net core 5.0)
Is there's any way to cancel a job after certain amount of time it it's still executing. Also any oncancelled callback function/Event just to log the things.