JudahGabriel / Chavah

Chavah Messianic Radio is the very best Messianic Jewish and Hebrew Roots music on the web.
https://messianicradio.com
MIT License
8 stars 3 forks source link

Migrating away from Quartz Scheduler to HostedServices #72

Open kdcllc opened 6 years ago

kdcllc commented 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.

JudahGabriel commented 6 years ago

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