Info
Version: | 1.0.3 |
Author(s): | Russell Chadwick |
Last Update: | Monday, March 17, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/russellchadwick/RedisWorker |
NuGet Url: | https://www.nuget.org/packages/RedisWorker |
Install
Install-Package RedisWorker
dotnet add package RedisWorker
paket add RedisWorker
RedisWorker Download (Unzip the "nupkg" after downloading)
Dependencies
- BookSleeve(1.3.41)
- Newtonsoft.Json(4.5.11)
Tags
Features include:
Retries when handling work causes uncaught exceptions
Handles work concurrently using the ThreadPool
Saves completed work into an audit hash
Requeues work dropped by a crashed or disconnected worker.