FluentScheduler icon indicating copy to clipboard operation
FluentScheduler copied to clipboard

Automated job scheduler with fluent interface for the .NET platform.

Results 54 FluentScheduler issues
Sort by recently updated
recently updated
newest added

How to wait for job to complete before it is re-run? Say you run a job every 10 seconds... Typically the job finishes in a few seconds, and all is...

.NET 8 introduced the [TimeProvider](https://learn.microsoft.com/en-us/dotnet/api/system.timeprovider?view=net-8.0) which finally made times in unit tests mockable, as well as rollout environments for automatic testing on different dates/times. Unfortunately, FluentScheduler doesn't support TimeProvider, so...

new feature

In general FS has options to specify to use UTC or Local Time. An idea is to extend a possibility to specify to use own time zone defined by user...