Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recompute cached value when the Redis connection fails #35977

Merged
merged 1 commit into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. Recompute cached value when the Redis connection fails.

    If the Redis client cannot connect to Redis (and only in this case), recompute the value.
    The value is neither cached nor written in the cache, making the cache implementation more robust to transient network issues.
    A log message (warning) has been added to detect the issue.
    
    Co-authored-by: Monhemius, B. (Bart) <Bart.Monhemius@devolksbank.nl>
    Co-authored-by: Clement Escoffier <clement.escoffier@gmail.com>
    bartm-dvb and cescoffier committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c2b4860 View commit details
    Browse the repository at this point in the history