Quartz.Extensions.Hosting 3.22.0

Quartz.Extensions.Hosting

Quartz.Extensions.Hosting runs Quartz.NET as a hosted service on the generic host, starting and stopping the scheduler with the application lifetime.

Note: Quartz 3.2 or later required. For ASP.NET Core apps, see Quartz.AspNetCore.

Installation

dotnet add package Quartz.Extensions.Hosting

Usage

Register the scheduler and the hosted service:

services.AddQuartz(q =>
{
    // scheduler, job and trigger configuration
});

services.AddQuartzHostedService(options =>
{
    // wait for jobs to complete gracefully on shutdown
    options.WaitForJobsToComplete = true;
});

See the Microsoft DI integration docs for configuring jobs and triggers.

Documentation

📖 Full documentation: https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/hosted-services-integration.html

Showing the top 20 packages that depend on Quartz.Extensions.Hosting.

Packages Downloads
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
38
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
39
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
40
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
41
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
42
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
44
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
49

https://github.com/quartznet/quartznet/releases

Version Downloads Last updated
4.1.0 2 09/13/2026
4.0.1 6 09/10/2026
3.22.0 2 09/13/2026
3.21.0 6 09/10/2026
3.20.1 15 09/04/2026
3.20.0 14 08/28/2026
3.19.1 25 07/26/2026
3.19.0 23 07/25/2026
3.18.2 23 06/27/2026
3.18.1 46 04/25/2026
3.18.0 44 04/11/2026
3.17.1 41 04/03/2026
3.17.0 40 03/30/2026
3.16.1 41 03/05/2026
3.16.0 39 03/02/2026
3.15.1 120 10/27/2025
3.15.0 106 08/05/2025
3.14.0 124 03/20/2025
3.13.1 130 03/31/2025
3.13.0 136 03/31/2025
3.12.0 110 03/31/2025
3.11.0 106 03/31/2025
3.10.0 112 03/31/2025
3.9.0 130 03/31/2025
3.8.1 120 03/31/2025
3.8.0 110 03/31/2025
3.7.0 133 03/31/2025
3.6.3 128 03/31/2025
3.6.2 113 03/31/2025
3.6.1 117 03/31/2025
3.6.0 118 03/31/2025
3.5.0 120 03/31/2025
3.4.0 131 03/31/2025
3.3.3 119 03/31/2025
3.3.2 120 03/31/2025
3.3.1 119 03/31/2025
3.3.0 116 03/31/2025
3.2.4 122 03/31/2025
3.2.3 114 03/31/2025
3.2.2 141 03/31/2025
3.2.1 121 03/31/2025
3.2.0 124 03/31/2025
1.0.0 130 03/31/2025