A small maintenance release which fixes a possible problem related to high number of ObjectDisposedException exceptions when subscription-based fetching method is used. This problem causes high CPU usage on a single CPU due to constant exception dispatching, but the exception itself is a benign race condition.

Hangfire.Pro.Redis & Hangfire.Pro.Redis.SEv2

  • Fixed – Possible ObjectDisposedException storm from subscription-based fetch.
  • Project – Switch netcoreapp3.1 target to net8.0 in tests.

Comments