Hangfire extension for creating recurring and start up jobs via JSON configuration.
Info
Version: | 2.0.0 |
Author(s): | Gary Walker |
Last Update: | Thursday, July 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gary-walker-82/HangfireTaskDispatcher |
NuGet Url: | https://www.nuget.org/packages/Hangfire.Extension.RecurringJobs |
Install
Install-Package Hangfire.Extension.RecurringJobs
dotnet add package Hangfire.Extension.RecurringJobs
paket add Hangfire.Extension.RecurringJobs
Hangfire.Extension.RecurringJobs Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr(>= 3.5.0.2)
- Hangfire.Extension.TaskDispatcher(>= 1.2.2)
- Newtonsoft.Json(>= 11.0.2)
Tags