https://github.com/fluentscheduler/FluentScheduler
Automated job scheduler with fluent interface for the .NET platform.
https://github.com/fluentscheduler/FluentScheduler
fluent scheduler
Last synced: 9 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 13 years ago)
- Default Branch: version-5
- Last Pushed: 2023-01-30T10:52:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-09T20:12:40.964Z (9 months ago)
- Topics: fluent, scheduler
- Language: C#
- Homepage:
- Size: 1.7 MB
- Stars: 2,696
- Watchers: 137
- Forks: 412
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - fluentscheduler/FluentScheduler
- awesome-reference-tools - FluentScheduler
- awesome-dotnet-core - FluentScheduler - 具有流畅界面的自动作业调度程序。 (框架, 库和工具 / 任务计划)
- system-architecture-awesome - FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application (Scheduling)
- awesome-dot-dev - FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application (Scheduling)
- fucking-awesome-dotnet-core - FluentScheduler - Automated job scheduler with fluent interface. (Frameworks, Libraries and Tools / Scheduler and Job)
- awsome-dotnet - FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application (Scheduling)
- awesome-csharp - FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application (Scheduling)
- awesome-dotnet-cn - FluentScheduler - 在应用中自动化运行任务的有着便捷接口的任务调度器。 (计划调度)
- awesome-dotnet - FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application (Scheduling)
- awesome-dotnet-core - FluentScheduler - Automated job scheduler with fluent interface. (Frameworks, Libraries and Tools / Scheduler and Job)
- awesome-dotnet - FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application (Scheduling)
- awesome-csharp - FluentScheduler - About (🗒️ Cheatsheets / 📦 Libraries)
- awesome-dotnet-core - FluentScheduler - Automated job scheduler with fluent interface. (Frameworks, Libraries and Tools / Scheduler and Job)
- awesome - FluentScheduler - Automated job scheduler with fluent interface for the .NET platform. (C# #)
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