Looking For a .NET Task Scheduling library
- by Hounshell
I'm looking for the following features:
Scheduler uses SQL Server as the backing store
Tasks can be scheduled by one application and executed by another
I can have multiple applications, each of which handles a specific subset of tasks
Tasks can be triggered at specific times, now, or based on the success or failure of other tasks
Data can be…