关于[Using Quartz.NET with ASP.NET Core and worker services]的摘要:
This is an update to a post from 18 months ago in which I described how to use Quartz.NET to run background tasks by creating an an ASP.NET Core hosted service. There's now an official package, Quartz.Extensions.Hosting from Quartz.NET to do that for you, so adding Quartz.NET to your ASP.NET Core or generic-host-based worker service is much easier. This post shows how to use that package instead of the "manual" approach in my old post.
原文地址: https://andrewlock.net/using-quartz-net-with-asp-net-core-and-worker-services/