mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat: Added grpc based health check (#6441)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -292,3 +292,9 @@ pub enum HealthCheckLockerError {
|
||||
#[error("Failed to establish Locker connection")]
|
||||
FailedToCallLocker,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, thiserror::Error)]
|
||||
pub enum HealthCheckGRPCServiceError {
|
||||
#[error("Failed to establish connection with gRPC service")]
|
||||
FailedToCallService,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user