This release contains a new option SqlServerStorageOptions.DeleteExpiredBatchSize
to let expiration manager delete more expired records in a single pass when processing workload is large enough.
This release contains a new option SqlServerStorageOptions.DeleteExpiredBatchSize
to let expiration manager delete more expired records in a single pass when processing workload is large enough.
This version fixes regression appeared in 2.8.0 which leads to occasional SemaphoreFullException
exception when distribute lock can’t be obtained and timeout exception should be thrown instead. Also the RelyOnInternalReconnects
experimental option was added to test less aggressive reconnection logic built into SE.Redis package.
This maintenance release only fixes a regression appeared in Hangfire 1.7.15 when using SQL Server 2008 or SQL Server 2008 R2, related to changed queries for “upsert” operations.
Continue Reading →This release addresses a blocking issue appeared in version 1.7.9, where workers were unable to pick up new jobs when application is using multiple SQL Server storage instances in the same process with same queue names for each storage.
Continue Reading →This release fixes possibly hanging continuations for background jobs which belong to a canceled batch. Problem was caused by wrong execution order between BatchSupport
and ContinuationsSupport
filters, and the former now runs before the latter to give it a chance to recognize antecedent background job was deleted.