feat: add deep health check (#3210)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Chethan Rao
2024-01-05 16:21:40 +05:30
committed by GitHub
parent 1d26df28bc
commit f30ba89884
11 changed files with 304 additions and 4 deletions

View File

@ -70,3 +70,5 @@ pub const EMAIL_TOKEN_TIME_IN_SECS: u64 = 60 * 60 * 24; // 1 day
pub const VERIFY_CONNECTOR_ID_PREFIX: &str = "conn_verify";
#[cfg(feature = "olap")]
pub const VERIFY_CONNECTOR_MERCHANT_ID: &str = "test_merchant";
pub const LOCKER_HEALTH_CALL_PATH: &str = "/health";