mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 01:16:22 +02:00
Remove Pulsar healthcheck from tg-verify-system-health (#809)
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:
parent
f11c0ad0cb
commit
ce3c8b421b
1 changed files with 2 additions and 9 deletions
|
|
@ -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"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue