Skip to content

Adds error handling for BusyLoadingError in Redis ActionCache

Joel DeLong requested to merge jdelong/redis into master

Description

This MR handles the BusyLoadingError that causes failures occasionally while connecting to a Redis replica. The error was added to the try-catch retry logic for all requests, and added as a native retry during Redis object creation.

Changes proposed in this merge request:

  • Augments error handling in all Redis ActionCache requests

Merge request reports