mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-08 21:02:12 +02:00
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
27621c824d
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