feat: add deep health check for drainer (#3396)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
This commit is contained in:
Chethan Rao
2024-02-02 16:29:35 +05:30
committed by GitHub
parent 91519d8462
commit 63c383f5a2
9 changed files with 396 additions and 3 deletions

View File

@ -9,6 +9,7 @@ pub struct RouterHealthCheckResponse {
}
impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {}
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
pub struct SchedulerHealthCheckResponse {
pub database: bool,