fix: add outgoing checks for scheduler (#3526)

This commit is contained in:
Kartikeya Hegde
2024-02-02 09:49:08 +00:00
committed by GitHub
parent cf0e0b330e
commit d283053e5e
2 changed files with 13 additions and 0 deletions

View File

@ -13,6 +13,7 @@ impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {}
pub struct SchedulerHealthCheckResponse {
pub database: bool,
pub redis: bool,
pub outgoing_request: bool,
}
impl common_utils::events::ApiEventMetric for SchedulerHealthCheckResponse {}