Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fluentscheduler/FluentScheduler

Automated job scheduler with fluent interface for the .NET platform.
https://github.com/fluentscheduler/FluentScheduler

fluent scheduler

Last synced: about 2 months ago
JSON representation

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

Lists

README

        



logo



logo


logo

# FluentScheduler

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

```cs
JobManager.Initialize();

JobManager.AddJob(
() => Console.WriteLine("5 minutes just passed."),
s => s.ToRunEvery(5).Minutes()
);
```

**Learning?**
Check the [documentation]!

**Comments? Problems? Suggestions?**
Check the [issues]!

**Want to help?**
Check the [help wanted] label!

[master branch]: https://github.com/fluentscheduler/FluentScheduler
[documentation]: http://fluentscheduler.github.io
[issues]: https://github.com/fluentscheduler/FluentScheduler/issues
[help wanted]: https://github.com/fluentscheduler/FluentScheduler/labels/help%20wanted