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: 3 months ago
JSON representation
Automated job scheduler with fluent interface for the .NET platform.
- Host: GitHub
- URL: https://github.com/fluentscheduler/FluentScheduler
- Owner: fluentscheduler
- License: other
- Created: 2012-08-07T18:55:35.000Z (over 12 years ago)
- Default Branch: version-5
- Last Pushed: 2023-01-30T10:52:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T06:36:22.676Z (3 months ago)
- Topics: fluent, scheduler
- Language: C#
- Homepage:
- Size: 1.7 MB
- Stars: 2,676
- Watchers: 138
- Forks: 410
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - fluentscheduler/FluentScheduler
- awesome - FluentScheduler - Automated job scheduler with fluent interface for the .NET platform. (C# #)
- awesome-reference-tools - FluentScheduler
README
# 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