This release bumps package versions referenced by Dashboard UI and fixes a possible reason for non-disposed SqlConnection
instances in Hangfire.SqlServer storage when distributed lock release throws an exception (possible when using DisableConcurrentExecution
filter with long-running jobs).
Continue Reading →
This maintenance release adds Norwegian translation, fixes problem with changing time zone of a recurring job, contains improvements for .NET Core integration and fixes Schema 6
migration (for those who didn’t apply it yet) that modifies the last Id
column that’s still based on Int32
type, to use Int64
instead.
Continue Reading →
General improvements for Hangfire.Pro.Redis with better error messages that contain actual problem (for example “No such host is known” instead of “SocketFailure on PING”), eliminated last bits of thread pool usage when using synchronous methods (so everything will be stable now when thread pool threads are busy) and other fixes.
Continue Reading →
It is now possible to apply a mutex to the entire batch by using a special technique, please see the Throttling Batches section for details.
Continue Reading →
This is a maintenance release that adds German localization for Dashboard UI (thanks @d-oit!), adds IGlobalConfiguration.UseMaxArgumentSizeToRender
extension method and fixes some minor issues. Dominik Oswald, Jurriaan Wijnberg and Jeremy Hayes, thanks for your help!
Continue Reading →