- 🇬🇧United Kingdom Alina Basarabeanu
Patch from #2 fixed the issue in Drupal Version 9.5.10 and redis 1.7.0.
Can this be merged into the next stable release? - 🇫🇷France pbonnefoi
Here is a patch we made with our DevOps in order to avoid this problem.
Also, I should mention that one problem has not been addressed yet. If all redis instances are down, then the site is down. There is a solution for a failover as mentioned here => https://www.drupal.org/project/redis/issues/3102739 ✨ Allow failing over to database or other backends if Redis is down RTBC
But it works only if you have one instance configured. We should manage to have a failover also in a multi instance configuration. I don't have the solution yet. - @pbonnefoi opened merge request.
- Assigned to pbonnefoi
- Status changed to Needs review
about 1 year ago 2:40pm 25 October 2023 - 🇮🇳India Ankush_03 Gurgaon, India 🇮🇳
We should try increasing the timeout resolves the issue, Adding updated patch.