Closed MythicManiac closed 10 months ago
Attention: 8 lines
in your changes are missing coverage. Please review.
Comparison is base (
baffd21
) 93.12% compared to head (ea247ac
) 93.06%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR includes changes that allow configuring multiple cache backends for distinctly separate use cases. This is a fairly simple approach to "sharding" the cache without setting up footguns that are easy to trip by accident. The downside however is that the developer must be explicit about the cache selection choice in the code.
Additionally this PR includes a dedicated caching mechanism to the profile sharing API endpoint, the main goal being to better isolate it from the rest of the service.