-
Jean Boussier authored
Ref: https://github.com/rails/rails/issues/43472 We swallow these exceptions because it makes sense for a cache to fallback to a cache miss in case of transcient failures. However there's value in reporting these to the application owners so that they can be alerted that something undesirable happened.
Jean Boussier authoredRef: https://github.com/rails/rails/issues/43472 We swallow these exceptions because it makes sense for a cache to fallback to a cache miss in case of transcient failures. However there's value in reporting these to the application owners so that they can be alerted that something undesirable happened.
Loading