OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.23k stars 2.34k forks source link

Add ability to schedule background tasks for second and year #4092

Open infofromca opened 4 years ago

infofromca commented 4 years ago

we can consider this lib: https://github.com/jcoutch/NCrontab-Advanced/commits/master

1711

2528

lahma commented 4 years ago

I've heard Quartz.NET also offers a nice set of features and database-backed persistence 😉