neos / flow-development-collection

The unified repository containing the Flow core packages, used for Flow development.
https://flow.neos.io/
MIT License
134 stars 187 forks source link

BUGFIX: Add exponential backoff when reading from Redis #3344

Open kdambekalns opened 2 months ago

kdambekalns commented 2 months ago

When Redis is not ready (yet) when trying to read from the cache, this makes Flow wait and retry up to 8 times with an exponentially growing back-off time.

Fixes #3284

Review instructions

This might be hard to check in real life, sorry…

Checklist