The Pulsar healthcheck was removed from

tg-verify-system-health and re-added accidentally
in a PR.  This removes it again.
This commit is contained in:
Cyber MacGeddon 2026-04-14 16:10:31 +01:00
parent f11c0ad0cb
commit 27621c824d

View file

@ -403,15 +403,8 @@ def main():
# Phase 1: Infrastructure # Phase 1: Infrastructure
print(tr.t("cli.verify_system_status.phase_1")) print(tr.t("cli.verify_system_status.phase_1"))
print("-" * 60) print("-" * 60)
if not checker.run_check( # Pulsar check is skipped — not all deployments use Pulsar.
tr.t("cli.verify_system_status.check_name.pulsar"), # The API Gateway check covers broker connectivity indirectly.
check_pulsar,
args.pulsar_url,
args.check_timeout,
tr,
):
print(f"\n⚠️ {tr.t('cli.verify_system_status.pulsar_not_responding')}")
print()
checker.run_check( checker.run_check(
tr.t("cli.verify_system_status.check_name.api_gateway"), tr.t("cli.verify_system_status.check_name.api_gateway"),