mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
fix: add outgoing checks for scheduler (#3526)
This commit is contained in:
@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user