An 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.6.10
Install-Package Hangfire -Version 1.6.10
| 包名 | 版本要求 |
|---|---|
| Hangfire.Core | [1.6.10, 1.6.10] |
| Hangfire.SqlServer | [1.6.10, 1.6.10] |
| Microsoft.Owin.Host.SystemWeb | [3.0.0, ) |
| 包名 | 版本要求 |
|---|---|
| Hangfire.Core | [1.6.10, 1.6.10] |
| Hangfire.SqlServer | [1.6.10, 1.6.10] |
| Hangfire.AspNetCore | [1.6.10, 1.6.10] |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 2017-03-13 17:53:51 |
| 项目主页 | http://hangfire.io/ |
| 许可证 | https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md |