mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: add healthcheck for outgoing request (#3519)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -91,3 +91,6 @@ pub const MAX_SESSION_EXPIRY: u32 = 7890000;
|
||||
pub const MIN_SESSION_EXPIRY: u32 = 60;
|
||||
|
||||
pub const LOCKER_HEALTH_CALL_PATH: &str = "/health";
|
||||
|
||||
// URL for checking the outgoing call
|
||||
pub const OUTGOING_CALL_URL: &str = "https://api.stripe.com/healthcheck";
|
||||
|
||||
Reference in New Issue
Block a user