Info
Version: | 1.8.14 |
Author(s): | Sergey Odinokov |
Last Update: | Tuesday, June 11, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://www.hangfire.io/ |
NuGet Url: | https://www.nuget.org/packages/HangFire |
Install
Install-Package HangFire
dotnet add package HangFire
paket add HangFire
HangFire Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Hangfire.Core(>= 1.7.19 && <= 1.7.19)
- Hangfire.SqlServer(>= 1.7.19 && <= 1.7.19)
- Microsoft.Owin.Host.SystemWeb(>= 3.0.0)
- Hangfire.Core(>= 1.7.19 && <= 1.7.19)
- Hangfire.SqlServer(>= 1.7.19 && <= 1.7.19)
- Hangfire.AspNetCore(>= 1.7.19 && <= 1.7.19)
- Hangfire.Core(>= 1.7.19 && <= 1.7.19)
- Hangfire.SqlServer(>= 1.7.19 && <= 1.7.19)
- Hangfire.AspNetCore(>= 1.7.19 && <= 1.7.19)
Tags
No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ.
This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/.