Closed jmaeng72 closed 8 months ago
Attention: Patch coverage is 67.08861%
with 52 lines
in your changes are missing coverage. Please review.
Project coverage is 58.09%. Comparing base (
41c9940
) to head (4ceca72
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
What is the feature/fix?
To prevent kms-* caches from refreshing if there is a redis connection error or redis related exception
What is the Solution?
Allow the exception to bubble up to kms calls and then throw the exception or return nil as result
What areas of the application does this impact?
Any cache using redis (since we are now throwing the exception found), search-app
Checklist