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

No packages depend on Quartz.Extensions.Hosting.

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

Version Downloads Last updated
3.18.2 1 03.07.2026
3.18.1 4 29.04.2026
3.18.0 2 29.04.2026
3.17.1 3 29.04.2026
3.17.0 3 29.04.2026
3.16.1 4 12.03.2026
3.16.0 3 03.03.2026
3.15.1 5 10.12.2025
3.15.0 7 17.08.2025
3.14.0 8 24.07.2025
3.13.1 7 23.07.2025
3.13.0 6 17.08.2025
3.12.0 6 17.08.2025
3.11.0 7 17.08.2025
3.10.0 7 17.08.2025
3.9.0 9 17.08.2025
3.8.1 8 17.08.2025
3.8.0 8 17.08.2025
3.7.0 10 17.08.2025
3.6.3 10 16.08.2025
3.6.2 9 17.08.2025
3.6.1 7 17.08.2025
3.6.0 8 17.08.2025
3.5.0 8 17.08.2025
3.4.0 8 17.08.2025
3.3.3 9 16.08.2025
3.3.2 9 16.08.2025
3.3.1 9 16.08.2025
3.3.0 9 16.08.2025
3.2.4 8 17.08.2025
3.2.3 9 16.08.2025
3.2.2 9 16.08.2025
3.2.1 8 17.08.2025
3.2.0 9 14.08.2025
1.0.0 9 17.08.2025