[ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
[x] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This change catches possible errors on getting the cache item, following the same pattern used on setting cache items. With this change, an error when reading the cache (e.g. redis disconnect) will not cause the request to fail but will instead execute the cached function.
๐ Linked issue
2609
โ Type of change
๐ Description
This change catches possible errors on getting the cache item, following the same pattern used on setting cache items. With this change, an error when reading the cache (e.g. redis disconnect) will not cause the request to fail but will instead execute the cached function.
๐ Checklist