Incredibly easy and reliable way to perform fire-and-forget, delayed and recurring long-running, short-running, CPU or I/O intensive tasks inside ASP.NET application. 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. http://hangfire.io/
dotnet add package Hangfire --version 1.2.2
Install-Package Hangfire -Version 1.2.2
| 包名 | 版本要求 |
|---|---|
| Hangfire.Core | [1.2.2, ) |
| Hangfire.SqlServer | [1.2.2, ) |
| Microsoft.Owin.Host.SystemWeb | [2.1.0, ) |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 2014-11-24 13:53:43 |
| 项目主页 | http://hangfire.io/ |
| 许可证 | https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md |