| title | category | author |
|---|---|---|
Hangfire.Pro.Redis 2.0.4 |
release |
odinserj |
This is a maintenance release that fixes ArgumentNullException that appears in Dashboard UI and during a call to the RedisMonitoringApi.Servers method, when BackgroundJobServer instance was resurrected. Resurrection happens when a server was removed from active servers list due to network problems, but then appeared again.
- Added – Pub/sub channel count is now reported via dashboard metrics.
- Changed – Heartbeat commands are sending with
CommandFlags.HighPriorityto avoid server timeouts. - Fixed –
RedisMonitoringApi.Serversmethod throws an exception, when server is resurrected.