Quartz.Extensions.Hosting 3.18.2

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
25
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
26
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
27
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
28
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
34

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

Version Downloads Last updated
3.18.2 7 06/27/2026
3.18.1 33 04/25/2026
3.18.0 30 04/11/2026
3.17.1 30 04/03/2026
3.17.0 30 03/30/2026
3.16.1 31 03/05/2026
3.16.0 25 03/02/2026
3.15.1 107 10/27/2025
3.15.0 95 08/05/2025
3.14.0 117 03/20/2025
3.13.1 122 03/31/2025
3.13.0 123 03/31/2025
3.12.0 101 03/31/2025
3.11.0 92 03/31/2025
3.10.0 100 03/31/2025
3.9.0 120 03/31/2025
3.8.1 106 03/31/2025
3.8.0 97 03/31/2025
3.7.0 121 03/31/2025
3.6.3 114 03/31/2025
3.6.2 103 03/31/2025
3.6.1 108 03/31/2025
3.6.0 107 03/31/2025
3.5.0 112 03/31/2025
3.4.0 121 03/31/2025
3.3.3 110 03/31/2025
3.3.2 110 03/31/2025
3.3.1 107 03/31/2025
3.3.0 104 03/31/2025
3.2.4 113 03/31/2025
3.2.3 106 03/31/2025
3.2.2 131 03/31/2025
3.2.1 111 03/31/2025
3.2.0 115 03/31/2025
1.0.0 121 03/31/2025