mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat: add deep health check for scheduler (#3304)
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:
		| @ -8,3 +8,10 @@ pub struct RouterHealthCheckResponse { | ||||
| } | ||||
|  | ||||
| impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {} | ||||
| #[derive(Debug, Clone, serde::Serialize, serde::Deserialize)] | ||||
| pub struct SchedulerHealthCheckResponse { | ||||
|     pub database: bool, | ||||
|     pub redis: bool, | ||||
| } | ||||
|  | ||||
| impl common_utils::events::ApiEventMetric for SchedulerHealthCheckResponse {} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chethan Rao
					Chethan Rao