quorum-key-manager
quorum-key-manager copied to clipboard
Always handle errors
Describe the bug
In the code at several places some errors are ignored. We should always handle them, even if it is to log them and not return them. Ignoring them on the other side will make some simple bugs hard to track because the interruption of the error chain.
We can have different strategies how to handle them:
- use the readiness endpoint to expose
- log error
- bubble up error