Function check_system_health

Source
pub async fn check_system_health(
    ns: &str,
    pool: Option<&PgPool>,
) -> Result<bool>