Info
Version: | 1.2.1 |
Author(s): | Surfsky |
Last Update: | Thursday, December 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/surfsky/App.Scheduler |
NuGet Url: | https://www.nuget.org/packages/App.Scheduler |
Install
Install-Package App.Scheduler
dotnet add package App.Scheduler
paket add App.Scheduler
App.Scheduler Download (Unzip the "nupkg" after downloading)
- 调度表达式参照 cron(顺序调整为:年 月 日 时 分 周)
- 含成功后重试逻辑
- 含失败后重试逻辑
- 含依赖逻辑
- 调度引擎和逻辑执行剥离
- 线程中运行
- 任务上下文 JobContext.