Popularity
8.2
Stable
Activity
0.0
Stable
2,510
140
400
Code Quality Rank:
L5
Programming language: C#
License: GNU General Public License v3.0 or later
Latest version: v6.0.0-alpha.3
FluentScheduler alternatives and similar packages
Based on the "Scheduling" category.
Alternatively, view FluentScheduler alternatives based on common mentions on social networks and blogs.
-
Workflow Core
Lightweight workflow engine for .NET Standard -
DurableTask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities. -
AsyncAwaitBestPractices
Extensions for System.Threading.Tasks.Task and System.Threading.Tasks.ValueTask -
Cronos
Fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions -
Eternity Framework
Long running workflows with ability to suspend and replay the workflow in future. -
NCrontab.Scheduler
NCrontab.Scheduler is a simple, open source task scheduling system that can be used in any .NET application
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FluentScheduler or a related project?
README
FluentScheduler
Automated job scheduler with fluent interface for the .NET platform.
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!