How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Quartz.NET is a job scheduler for .NET applications designed to schedule and execute programmatic tasks. It functions as a distributed task orchestrator and enterprise task orchestrator, capable of managing recurring jobs with concurrency limits and complex intervals. The system provides high availability through a clustered execution model that balances loads and provides fail-over redundancy across multiple server instances. It utilizes a relational database job store to persist job and trigger states, ensuring that scheduled tasks survive application restarts. The framework includes capab
Lightweight workflow engine for .NET Standard
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Crontab for .NET
The main features of atifaziz/ncrontab are: Scheduling and Automation, Task Scheduling.
Open-source alternatives to atifaziz/ncrontab include: quartznet/quartznet — Quartz.NET is a job scheduler for .NET applications designed to schedule and execute programmatic tasks. It functions… brthor/gofer.net — Easy C# API for Distributed Background Tasks/Jobs for .NET Core. danielgerlag/workflow-core — Lightweight workflow engine for .NET Standard. dotnet-state-machine/stateless — Stateless is a .NET state machine library used to manage complex object behaviors and lightweight workflows through C#… elasticjob/elastic-job-lite. azure/durabletask — Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.