rss feed Blog

Hangfire.Pro.Redis 2.8.6

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 →

Hangfire.Throttling 1.3.0


Hangfire 1.7.19


Hangfire.Pro.Redis 2.8.5

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 →

Hangfire.Pro.Redis 2.8.4

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 →