| OS |
Compiler |
Status |
Coverage |
| Ubuntu |
MsBuild |
 |
 |
| Name |
Support |
Feeds |
| Leoxia.Scheduling |
 |
 |
This library is needed because there is no alternative that provides the following features:
- Built with testability in mind (all classes and schedule of jobs is testable by design)
- No static holder (Hangfire and Quartz.Net uses static which hinders testability)
- ASP.NET Core and Dependency Injection compatible.
- Fluent features in mind
- Extendability in mind.
- Scheduling focused (no events or other unrelated features)
- Ability to trigger job manually
- Ability to retrieve all registered jobs, running jobs and job history
- Ensure that jobs schedule is honored even if timer is late (for any reason)