DevMarketplace / dev-marketplace

The home of the Developer Marketplace project. A place where developers can share user stories, development tasks and help each other.
GNU General Public License v3.0
3 stars 1 forks source link

Add a background scheduler capable of scheduling different types of tasks #11

Closed cracker4o closed 7 years ago

cracker4o commented 7 years ago

The background scheduler can use crontab expressions to determine whether it should run on constant intervals determined by the crontab expression or only perform single task executions. Create a generic way to describe a task which means that the TaskManager doesn't know anything about the code each task executes. Here are the technical requirements:

HangFire is a potential candidate: HangFire GitHub and HangFire