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 →
This is an important maintenance release that fixes regressions appeared in version 2.8.0. Please consider upgrading especially if you are using batches with 25,000 background jobs and more.
Continue Reading →
The RedisStorageOptions.MaxStateHistoryLength
option is added in this release to limit the number of state history entries and avoid storage leak when some background job is rescheduled again and again. By default, only 10 state history entries are now persisted, but this value can be configured with the new option.
Continue Reading →
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.
Continue Reading →
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.
Continue Reading →