Popularity
8.2
Stable
Activity
0.0
Stable
2,631
139
405

Code Quality Rank: L5
Programming language: C#
License: GNU General Public License v3.0 or later
Tags: Cron     Background     Job     Schedule     Task    
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.

Do you think we are missing an alternative of FluentScheduler or a related project?

Add another 'Scheduling' Package

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!