You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When redis is failing at this point and the program is running to the
' connectionFactory.getConnection()'
then it will report a RedisConnectionFailureException;
But it's caught by the outer catch, which causes it to not go to the inner 'handleSubscriptionException' method, resulting in an inability to keep retrying