rss feed Blog

Hangfire 1.7.36

This correcting release fixes possible ObjectDisposedException in tests when using a background job server as a hosted process in ASP.NET Core, and a rare issue with the delayed job scheduler, when a scheduled background job was changed bypassing Hangfire API.

Continue Reading →

Hangfire 1.8.3

Maintenance release that fixes recurring job problems related to the new MisfireHandlingMode.Ignorable mode and adds a few other minor changes.

Continue Reading →

Hangfire 1.8.2

Patch release that fixes InvalidOperationException from new SQL Server metrics and occasional “Can not start continuation” error when using Hangfire.InMemory or Hangfire.Pro.Redis storage.

Continue Reading →

Hangfire 1.8.1

Correcting release that adds missing configuration methods, contains important fixes for the Hangfire.SqlServer storage and adds some tweaks for the Dashboard UI.

Continue Reading →

Hangfire 1.7.35

Maintenance release that fixes possible blocked workers’ problems when using multiple servers in the same applications that listen to different queues with the Hangfire.SqlServer storage. This is a regression appeared in version 1.7.33 when client waiting was implemented.

Continue Reading →