Open kdcllc opened 6 years ago
Asp.Net Core has build in support for Hosted Service, so I would like to implement https://github.com/kdcllc/CronScheduler.AspNetCore to support background scheduled jobs.
Cool. We currently use Quartz only for one thing: retrying failed emails. But I do believe Quartz is overkill for what we're using it for. And I like to play with new tech, so bring on your CronScheduler. 👍
Asp.Net Core has build in support for Hosted Service, so I would like to implement https://github.com/kdcllc/CronScheduler.AspNetCore to support background scheduled jobs.