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
4
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration; Quartz Scheduling Framework for .NET
5

Version Downloads Last updated
3.19.0 0 07/24/2026
3.18.2 1 07/02/2026
3.18.1 15 05/04/2026
3.18.0 5 04/16/2026
3.17.1 5 04/09/2026
3.17.0 5 03/31/2026
3.16.1 18 03/30/2026
3.16.0 5 04/16/2026
3.15.1 4 04/25/2026
3.15.0 4 04/25/2026
3.14.0 4 04/25/2026
3.13.1 4 04/25/2026
3.13.0 4 04/25/2026
3.12.0 4 04/25/2026
3.11.0 4 04/25/2026
3.10.0 4 04/25/2026
3.9.0 4 04/25/2026
3.8.1 4 04/25/2026
3.8.0 4 04/25/2026
3.7.0 4 04/25/2026
3.6.3 4 04/25/2026
3.6.2 4 04/25/2026
3.6.1 4 04/25/2026
3.6.0 4 04/25/2026
3.5.0 4 04/25/2026
3.4.0 4 04/25/2026
3.3.3 4 04/25/2026
3.3.2 4 04/25/2026
3.3.1 4 04/25/2026
3.3.0 4 04/25/2026
3.2.4 4 04/25/2026
3.2.3 4 04/25/2026
3.2.2 4 04/25/2026
3.2.1 4 04/25/2026
3.2.0 4 04/25/2026
1.0.0 4 04/25/2026