We are encountering an issue with the AddOutboundQueueCheck method throwing an unhandled exception when the connection to the datatbase is down - is this expected behaviour?
I would assume that a HealthCheckResult struct would be returned in the event of any exceptions which are then aggregated into the health check overall response.
We are encountering an issue with the
AddOutboundQueueCheck
method throwing an unhandled exception when the connection to the datatbase is down - is this expected behaviour?I would assume that a
HealthCheckResult
struct would be returned in the event of any exceptions which are then aggregated into the health check overall response.