mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +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
|
||||
print(tr.t("cli.verify_system_status.phase_1"))
|
||||
print("-" * 60)
|
||||
if not checker.run_check(
|
||||
tr.t("cli.verify_system_status.check_name.pulsar"),
|
||||
check_pulsar,
|
||||
args.pulsar_url,
|
||||
args.check_timeout,
|
||||
tr,
|
||||
):
|
||||
print(f"\n⚠️ {tr.t('cli.verify_system_status.pulsar_not_responding')}")
|
||||
print()
|
||||
# Pulsar check is skipped — not all deployments use Pulsar.
|
||||
# The API Gateway check covers broker connectivity indirectly.
|
||||
|
||||
checker.run_check(
|
||||
tr.t("cli.verify_system_status.check_name.api_gateway"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue