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
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
39
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
36
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
35
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
34
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
33
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
32
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
31

Version Downloads Last updated
3.18.2 1 06/28/2026
3.18.1 19 04/26/2026
3.18.0 13 04/13/2026
3.17.1 14 04/06/2026
3.17.0 19 04/05/2026
3.16.1 20 03/05/2026
3.16.0 22 03/02/2026
3.15.1 26 12/11/2025
3.15.0 22 12/20/2025
3.14.0 17 12/11/2025
3.13.1 16 12/11/2025
3.13.0 18 12/11/2025
3.12.0 18 12/11/2025
3.11.0 21 12/13/2025
3.10.0 16 12/12/2025
3.9.0 13 01/04/2026
3.8.1 21 12/15/2025
3.8.0 17 12/12/2025
3.7.0 24 12/12/2025
3.6.3 18 12/13/2025
3.6.2 15 12/14/2025
3.6.1 22 12/11/2025
3.6.0 19 12/11/2025
3.5.0 24 12/11/2025
3.4.0 19 12/29/2025
3.3.3 20 12/11/2025
3.3.2 16 12/14/2025
3.3.1 13 12/11/2025
3.3.0 22 12/11/2025
3.2.4 16 12/15/2025
3.2.3 17 12/11/2025
3.2.2 16 12/14/2025
3.2.1 20 12/11/2025
3.2.0 17 12/11/2025
1.0.0 14 12/11/2025