Quartz.Extensions.Hosting 3.21.0

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.
49
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
47
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
46
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
45
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
44
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
43
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
42
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
41

Version Downloads Last updated
4.1.1 4 09/19/2026
4.1.0 12 09/13/2026
4.0.1 8 09/10/2026
3.22.0 11 09/13/2026
3.21.0 10 09/11/2026
3.20.1 10 09/04/2026
3.20.0 11 08/31/2026
3.19.1 21 07/28/2026
3.19.0 18 07/25/2026
3.18.2 20 06/28/2026
3.18.1 46 04/26/2026
3.18.0 22 04/13/2026
3.17.1 50 04/06/2026
3.17.0 30 04/05/2026
3.16.1 29 03/05/2026
3.16.0 35 03/02/2026
3.15.1 50 12/11/2025
3.15.0 43 12/20/2025
3.14.0 21 12/11/2025
3.13.1 20 12/11/2025
3.13.0 35 12/11/2025
3.12.0 35 12/11/2025
3.11.0 25 12/13/2025
3.10.0 35 12/12/2025
3.9.0 23 01/04/2026
3.8.1 36 12/15/2025
3.8.0 31 12/12/2025
3.7.0 28 12/12/2025
3.6.3 25 12/13/2025
3.6.2 20 12/14/2025
3.6.1 33 12/11/2025
3.6.0 28 12/11/2025
3.5.0 36 12/11/2025
3.4.0 35 12/29/2025
3.3.3 35 12/11/2025
3.3.2 19 12/14/2025
3.3.1 18 12/11/2025
3.3.0 29 12/11/2025
3.2.4 22 12/15/2025
3.2.3 26 12/11/2025
3.2.2 20 12/14/2025
3.2.1 28 12/11/2025
3.2.0 23 12/11/2025
1.0.0 23 12/11/2025