Hangfire.Redis.StackExchange icon indicating copy to clipboard operation
Hangfire.Redis.StackExchange copied to clipboard

During Redis cluster failover, Hangfire stops working.

Open wessisaac opened this issue 1 year ago • 0 comments

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.

wessisaac avatar Apr 14 '25 18:04 wessisaac