Add BusyLoadingError as a retriable error
Description
This error is raised if Redis is loading the dataset into memory, which can happen if Redis restarts or for some other reason needs to read from disk.
Changes proposed in this merge request:
- Add
BusyLoadingError
as a retriable error