JudahGabriel/Chavah

Migrating away from Quartz Scheduler to HostedServices

kdcllc opened this issue · 1 comments

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. 👍