feat: add deep health check for analytics (#3438)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kartikeya Hegde
2024-01-31 07:31:15 +00:00
committed by GitHub
parent e331d2d556
commit 7597f3b692
21 changed files with 281 additions and 173 deletions

View File

@ -8,6 +8,7 @@ pub mod refunds;
pub mod api_event;
pub mod connector_events;
pub mod health_check;
pub mod outgoing_webhook_event;
pub mod sdk_events;
mod sqlx;