Maintenance release that brings better transaction behavior in case of operation failures and fixes problems with distributed locks when channelPrefix
option is used.
Maintenance release that brings better transaction behavior in case of operation failures and fixes problems with distributed locks when channelPrefix
option is used.
This release enhances the resiliency of subscription-related connections when listening empty queues or awaiting the release of distributed locks.
Continue Reading →This release brings some tuning of Hangfire.Core internals to allocate less where possible, and contains fixes for Hangfire.SqlServer to have less polling queries and avoid silently truncating queue names.
Continue Reading →This maintenance release includes automatic cleanup logic for empty queues or queues full of expired jobs to prevent them from getting stuck in the Dashboard UI. Additionally, it addresses a memory leak issue related to transaction-level locks introduced in Hangfire 1.8.0.
Continue Reading →Maintenance release with fixed recurring jobs behavior when they were scheduled to the past after calling the AddOrUpdate
method in some corner cases, and added experimental parallel execution for recurring and delayed job schedulers via the new MaxDegreeOfParallelismForSchedulers
option when supported by a storage implementation. The fixes are also backported to version 1.7.37.