Hangfire.Redis.StackExchange
Hangfire.Redis.StackExchange copied to clipboard
During Redis cluster failover, Hangfire stops working.
I am using Hangfire.Redis.StackExchange version 1.12.0 in my application, and I have provided all Redis cluster nodes in the Redis connection string. However, during a Redis cluster failover, the Hangfire scheduler stops working.
Our expectation is that, during a cluster failover, the application should automatically connect to the newly promoted master node and continue running without interruption.