QuartzNet alternatives and similar packages
Based on the "Scheduling" category.
Alternatively, view QuartzNet alternatives based on common mentions on social networks and blogs.
-
FluentScheduler
Automated job scheduler with fluent interface for the .NET platform. -
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 -
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.
Collect and Analyze Billions of Data Points in Real Time
* 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 QuartzNet or a related project?
README
Quartz.NET - Enterprise Job Scheduler
Please visit https://www.quartz-scheduler.net/ for up to date news and documentation.
Compatibility
Quartz.NET supports .NET Core/netstandard 2.0 and .NET Framework 4.6.2 and later.
Installation
- Stable builds from NuGet
- Pre-release builds from MyGet feed: https://www.myget.org/F/quartznet/api/v3/index.json
Building
- You can build the code by running
build.cmd
(Windows) orbuild.sh
(*nix platform) - You need MSBuild 17 and .NET Core SDK 6.0 to build
Acknowledgements
Following components are being used by core Quartz:
- LibLog (MIT) as bridge between different logging frameworks
License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License here.
For API documentation, please refer to Quartz.NET site.
*Note that all licence references and agreements mentioned in the QuartzNet README section above
are relevant to that project's source code only.