-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cache: Add an exception type and make sure cache errors are non fatal
If the cache fails for whatever reason then carry on without it. We generally don't want cache errors to be fatal but they are useful to know about so we just print the exceptions which will get picked up by the monitoring.
- Loading branch information
1 parent
8bae615
commit 384d1cd
Showing
2 changed files
with
76 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters