HangFire 1.4.0-beta1
See the version list below for details.
dotnet add package HangFire --version 1.4.0-beta1
NuGet\Install-Package HangFire -Version 1.4.0-beta1
<PackageReference Include="HangFire" Version="1.4.0-beta1" />
paket add HangFire --version 1.4.0-beta1
#r "nuget: HangFire, 1.4.0-beta1"
// Install HangFire as a Cake Addin #addin nuget:?package=HangFire&version=1.4.0-beta1&prerelease // Install HangFire as a Cake Tool #tool nuget:?package=HangFire&version=1.4.0-beta1&prerelease
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/
Learn more about Target Frameworks and .NET Standard.
-
- Hangfire.Core (= 1.4.0-beta1)
- Hangfire.SqlServer (= 1.4.0-beta1)
- Microsoft.Owin.Host.SystemWeb (>= 3.0.0)
GitHub repositories (28)
Showing the top 5 popular GitHub repositories that depend on HangFire:
Repository | Stars |
---|---|
elsa-workflows/elsa-core
A .NET workflows library
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
|
Version | Downloads | Last updated |
---|---|---|
1.4.2 | 4,250 | 5/6/2015 |
1.4.1 | 5,912 | 4/14/2015 |
1.4.0 | 580 | 4/13/2015 |
1.4.0-rc2 | 60 | 4/11/2015 |
1.4.0-rc1 | 74 | 4/9/2015 |
1.4.0-beta1 | 244 | 3/19/2015 |
1.3.4 | 9,945 | 2/4/2015 |
1.3.3 | 1,285 | 1/28/2015 |
1.3.2 | 426 | 1/27/2015 |
1.3.1 | 2,388 | 1/13/2015 |
1.3.0 | 2,497 | 12/10/2014 |
1.2.2 | 1,855 | 11/24/2014 |
1.2.1 | 246 | 11/22/2014 |
1.2.0 | 921 | 11/17/2014 |
1.1.1 | 9,061 | 9/5/2014 |
1.1.0 | 825 | 9/3/2014 |
1.0.2 | 3,255 | 7/1/2014 |
1.0.1 | 153 | 6/30/2014 |
1.0.0 | 113 | 6/30/2014 |
0.9.1 | 293 | 6/12/2014 |
0.9.0 | 120 | 6/7/2014 |
0.8.3 | 88 | 5/23/2014 |
0.8.2 | 81 | 5/21/2014 |
0.8.1 | 77 | 5/17/2014 |
0.8.0 | 162 | 5/2/2014 |
0.7.5 | 79 | 4/10/2014 |
0.7.4 | 75 | 4/7/2014 |
0.7.3 | 78 | 4/4/2014 |
0.7.2 | 64 | 4/4/2014 |
0.7.1 | 74 | 4/1/2014 |
0.7.0 | 69 | 3/22/2014 |
0.6.2 | 65 | 1/28/2014 |
0.6.1 | 66 | 1/27/2014 |
0.6.0 | 65 | 1/27/2014 |
0.5.2 | 73 | 11/19/2013 |
0.5.1 | 72 | 11/12/2013 |
0.5.0 | 74 | 11/10/2013 |
0.3.0-alpha8 | 62 | 9/18/2013 |
0.2.0-alpha4 | 53 | 9/5/2013 |
0.1.0 | 85 | 9/4/2013 |
https://github.com/HangfireIO/Hangfire/releases
1.4.0
Hangfire.Core:
* Added – Job continuations, please see new `BackgroundJob.ContinueWith` methods.
* Added – Time zone support for recurring jobs using `TimeZoneInfo` class.
* Added – Single place for global configuration, please see `GlobalConfiguration` class.
* Added – Made configurable the 'Back to Site' path in the dashboard (by @ysasaki1985).
* Added – Ability to plug in custom dashboard pages and modify navigation.
* Added – Ability to add custom metrics to the Home page in Dashboard.
* Added – Test coverage badge from Coveralls application.
* Added – Dedicated page for retrying jobs to distinguish them from other scheduled jobs.
* Added – Show expiration time on Job Details page.
* Added – More methods for build-in storage through `JobStorageConnection` and `JobStorageTransaction` classes.
* Added – Paging support for Recurring Jobs page.
* Added – New OWIN's `IAppBuilder` extension methods: `UseHangfireDashboard` and `UseHangfireServer`.
* Changed – New look and feel for Dashboard. New navigation, less colors, more accents.
* Changed – Determine job type of a current object when `MethodCallExpression` has `Object` property set.
* Changed – Making Product Version and File Version on the dll match the Assembly Version (by @fire-eagle).
* Changed – Use different log level for exceptions occured within automatic retry wrapper.
* Fixed – Recurring Page throws exception from CronExpressionDescriptor library.
Hangfire.SqlServer:
* Added – Make the expiration check interval configurable (by @travisblakeney).
* Changed – Use read committed or parent transaction isolation level instead of `serializable`.
* Changed – Automatically aggregate records in `Hangfire.Counter` table.
* Changed – Add indexes to prevent blocking rows by Expiration Manager.
* Changed – Remove the `with tablock` hint from the expiration cleanup (by @travisblakeney).
Hangfire.SqlServer.Msmq:
* Changed – Speed up `GetCount` method with native implementation.
* Fixed – Incorrect order of fetching when multiple queues used.
Hangfire.RabbitMQ:
* Added – Allow a URI to be used for `RabbitMQConnectionConfiguration` (by @dennyferra).