Hangfire 1.6 just released with experimental .NET Core platform support, deep integration with ASP.NET Core and async
/await
programming model support. Start processing background jobs with ease even on Linux and OS X today!
Hangfire 1.6 just released with experimental .NET Core platform support, deep integration with ASP.NET Core and async
/await
programming model support. Start processing background jobs with ease even on Linux and OS X today!
This release contains major bug fixes, and is very recommended to upgrade. In short, OperationCanceledException
doesn’t cause background processing to stop now. Dashboard UI doesn’t leak READ UNCOMMITTED
isolation level, and READ_COMMITTED_SNAPSHOT
option doesn’t lead background jobs to stuck in Enqueued state.
This release fixes a bug appeared in version 1.5.6 of the Hangfire.SqlServer
package. There was a race condition between the Timer
and Worker
threads, that causes the following problems, especially when small background jobs are processed.
Third beta of the upcoming 1.6 release. Contains a fix for a bug introduced in the previous beta, related to inability to add custom filters, as well as fixes from the recent 1.5.7 version.
Continue Reading →This is a correcting release that contains a fix for Dashboard UI crashes when using MSMQ (finally, thanks @yangman for this!), as well as some other minor fixes.
Continue Reading →