Quartz 2.6.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Quartz --version 2.6.1
NuGet\Install-Package Quartz -Version 2.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Quartz" Version="2.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz --version 2.6.1
#r "nuget: Quartz, 2.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Quartz as a Cake Addin
#addin nuget:?package=Quartz&version=2.6.1

// Install Quartz as a Cake Tool
#tool nuget:?package=Quartz&version=2.6.1

Quartz.NET Scheduling Framework for .NET Platform

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net35-client is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (697)

Showing the top 5 NuGet packages that depend on Quartz:

Package Downloads
Quartz.Extensions.DependencyInjection The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET

Quartz.Serialization.Json The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET

Quartz.Jobs The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Quartz.NET Jobs; Quartz Scheduling Framework for .NET

MassTransit.Quartz The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

Autofac.Extras.Quartz

Autofac integration for Quartz.Net.

GitHub repositories (84)

Showing the top 5 popular GitHub repositories that depend on Quartz:

Repository Stars
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
MassTransit/MassTransit
Distributed Application Framework for .NET
Version Downloads Last updated
3.8.1 417,157 2/17/2024
3.8.0 1,641,852 11/18/2023
3.7.0 2,256,073 8/4/2023
3.6.3 975,799 6/25/2023
3.6.2 3,718,629 2/25/2023
3.6.1 5,200 2/25/2023
3.6.0 1,045,228 1/29/2023
3.5.0 4,524,600 9/18/2022
3.4.0 6,730,245 3/27/2022
3.3.3 8,776,139 8/1/2021
3.3.2 3,493,192 4/9/2021
3.3.1 68,697 4/8/2021
3.3.0 31,178 4/7/2021
3.2.4 3,198,080 1/19/2021
3.2.3 2,193,171 10/31/2020
3.2.2 484,510 10/19/2020
3.2.1 19,190 10/18/2020
3.2.0 260,375 10/2/2020
3.1.0 1,477,528 7/24/2020
3.0.7 12,699,268 10/7/2018
3.0.6 1,750,799 7/6/2018
3.0.5 429,880 5/27/2018
3.0.4 869,753 3/4/2018
3.0.3 64,948 2/24/2018
3.0.2 406,096 1/25/2018
3.0.1 47,856 1/21/2018
3.0.0 347,041 12/30/2017
2.6.2 1,219,784 5/27/2018
2.6.1 1,407,203 10/9/2017
2.6.0 643,161 7/30/2017
2.5.0 1,336,200 2/18/2017
2.4.1 1,239,949 8/24/2016
2.4.0 79,699 8/18/2016
2.3.3 2,093,798 7/9/2015
2.3.2 691,247 3/30/2015
2.3.1 441,573 1/15/2015
2.3.0 452,652 11/8/2014
2.2.4 633,732 7/27/2014
2.2.3 288,338 3/30/2014
2.2.2 147,800 2/9/2014
2.2.1 126,726 11/24/2013
2.2.0 164,778 9/9/2013
2.1.2 663,654 1/13/2013
2.1.1 8,619 1/4/2013
2.1.0 5,748 12/31/2012
2.0.1 201,124 4/22/2012
2.0.0 30,172 4/9/2012
1.0.3 370,670 8/3/2011

This is a maintenance release fixing an issue where misfire handling is being too slow at times. This regression has been present since version 2.4.

NEW FEATURE

* Allow performing misfire handling more frequently than misfireThreshold (#532)

FIXES

* Incomplete recovery of misfired jobs when using database-specific delegate types (#531)