awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fluentscheduler avatar

fluentscheduler/FluentScheduler

0
View on GitHub↗
2,767 stars·412 forks·C#·Unlicense·13 viewsfluentscheduler.github.io↗

FluentScheduler

Automated job scheduler with fluent interface for the .NET platform.

Features

  • Scheduling and Automation - Automated job scheduler with fluent interface.

Star history

Star history chart for fluentscheduler/fluentschedulerStar history chart for fluentscheduler/fluentscheduler

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with FluentScheduler

These projects share indexed features with FluentScheduler. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • atifaziz/ncrontabatifaziz avatar

    atifaziz/NCrontab

    986View on GitHub↗

    Crontab for .NET

    C#crontabdotnethacktoberfest
    View on GitHub↗986
  • brthor/gofer.netbrthor avatar

    brthor/Gofer.NET

    561View on GitHub↗

    Easy C# API for Distributed Background Tasks/Jobs for .NET Core.

    C#
    View on GitHub↗561
  • dotnet-state-machine/statelessdotnet-state-machine avatar

    dotnet-state-machine/stateless

    6,191View on GitHub↗

    Stateless is a .NET state machine library used to manage complex object behaviors and lightweight workflows through C# code. It functions as an asynchronous workflow engine that executes state transitions, guards, and entry-exit actions using asynchronous tasks. The library implements a hierarchical state machine, allowing child states to inherit transitions and properties from parent superstates. It includes a state persistence framework that decouples state tracking from machine logic by reading and writing the current state to external properties or databases. Additionally, it features a g

    C#
    View on GitHub↗6,191
  • hangfireio/hangfireHangfireIO avatar

    HangfireIO/Hangfire

    10,015View on GitHub↗

    Hangfire is a background job scheduler and distributed task queue for .NET applications. It serves as a job orchestration framework that offloads heavy processing to background workers using a SQL-backed processor to manage job state across multiple servers. The framework distinguishes itself through reliable task scheduling, where job metadata and arguments are persisted in an external database to ensure tasks survive application restarts. It supports advanced orchestration patterns, including the ability to chain dependent tasks so that a child job triggers automatically upon the successful

    C#background-jobsbackground-threadbackground-worker
    View on GitHub↗10,015
Compare all 8 related projects→

Frequently asked questions

What does fluentscheduler/fluentscheduler do?

Automated job scheduler with fluent interface for the .NET platform.

What are the main features of fluentscheduler/fluentscheduler?

The main features of fluentscheduler/fluentscheduler are: Scheduling and Automation.

Which projects share features with fluentscheduler/fluentscheduler?

Projects with overlapping indexed features include: atifaziz/ncrontab — Crontab for .NET. brthor/gofer.net — Easy C# API for Distributed Background Tasks/Jobs for .NET Core. dotnet-state-machine/stateless — Stateless is a .NET state machine library used to manage complex object behaviors and lightweight workflows through C#… hangfireio/hangfire — Hangfire is a background job scheduler and distributed task queue for .NET applications. It serves as a job… jamesmh/coravel — Coravel is a .NET application framework library providing a set of tools for task scheduling, background job queuing,… leosperry/chroniton — A library for running tasks(jobs) on schedules.