A .Net scheduler that handles parallaization and adaptive sleeping on inactivity, can be used to develop long running workers and is specially suited for pulling scenarios.
Info
| Version: | 1.0.0 |
| Author(s): | Mahmoud Hanafy |
| Last Update: | Tuesday, February 25, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/MHanafy/Scheduler |
| NuGet Url: | https://www.nuget.org/packages/MHanafy.Scheduling |
Install
Install-Package MHanafy.Scheduling
dotnet add package MHanafy.Scheduling
paket add MHanafy.Scheduling
MHanafy.Scheduling Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Options(>= 1.1.0)
Tags