Closed jmaeng72 closed 8 months ago
Attention: Patch coverage is 93.75000%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 58.09%. Comparing base (
41c9940
) to head (dbb685f
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
...r-app/src/cmr/indexer/data/concepts/collection.clj | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
What is the feature/fix?
Collection-* caches (some of them) attempt to refresh their cache when running into a redis connection error.
What is the Solution?
Have the collection-* caches not refresh caches if it runs into a redis connection error or other exception. This means that if a redis connection exception occurs, the client will get a 500 server error due to the exception.
I also renamed the collection-has-gran cache to be singular since there is only one cache now
What areas of the application does this impact?
Search app
Checklist