Pulse is background job engine for executing jobs in background in reliable way, resistant to host (application or machine) restarts or power loss because its baked by persistend storage.
Info
| Version: | 1.0.64-alpha |
| Author(s): | Vedran Vučetić |
| Last Update: | Saturday, August 5, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/vvucetic/Pulse/ |
| NuGet Url: | https://www.nuget.org/packages/Pulse.SqlStorage |
Install
Install-Package Pulse.SqlStorage
dotnet add package Pulse.SqlStorage
paket add Pulse.SqlStorage
Pulse.SqlStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- ncrontab(>= 3.3.0)
- Newtonsoft.Json(>= 10.0.3)
- Dapper(>= 1.50.2)