Popularity
8.2
Growing
Activity
0.0
Stable
2,678
138
410
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.
-
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
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions -
NCrontab.Scheduler
NCrontab.Scheduler is a simple, open source task scheduling system that can be used in any .NET application -
Eternity Framework
Long running workflows with ability to suspend and replay the workflow in future.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* 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!