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 →
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 →