Quartz.Extensions.Hosting 3.19.1

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
29
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
30
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
31
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
32
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
33
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
34
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
37

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

Version Downloads Last updated
3.19.1 3 07/26/2026
3.19.0 4 07/25/2026
3.18.2 11 06/27/2026
3.18.1 37 04/25/2026
3.18.0 35 04/11/2026
3.17.1 33 04/03/2026
3.17.0 33 03/30/2026
3.16.1 35 03/05/2026
3.16.0 29 03/02/2026
3.15.1 109 10/27/2025
3.15.0 99 08/05/2025
3.14.0 118 03/20/2025
3.13.1 127 03/31/2025
3.13.0 125 03/31/2025
3.12.0 103 03/31/2025
3.11.0 96 03/31/2025
3.10.0 104 03/31/2025
3.9.0 122 03/31/2025
3.8.1 109 03/31/2025
3.8.0 99 03/31/2025
3.7.0 123 03/31/2025
3.6.3 117 03/31/2025
3.6.2 106 03/31/2025
3.6.1 111 03/31/2025
3.6.0 111 03/31/2025
3.5.0 114 03/31/2025
3.4.0 124 03/31/2025
3.3.3 112 03/31/2025
3.3.2 113 03/31/2025
3.3.1 110 03/31/2025
3.3.0 107 03/31/2025
3.2.4 116 03/31/2025
3.2.3 108 03/31/2025
3.2.2 134 03/31/2025
3.2.1 114 03/31/2025
3.2.0 118 03/31/2025
1.0.0 122 03/31/2025