mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-02 19:35:12 +02:00
Skip Pulsar check in tg-verify-system-status (#753)
This commit is contained in:
parent
24f0190ce7
commit
62c30a3a50
1 changed files with 2 additions and 12 deletions
|
|
@ -377,24 +377,14 @@ def main():
|
||||||
print("=" * 60)
|
print("=" * 60)
|
||||||
print("TrustGraph System Status Verification")
|
print("TrustGraph System Status Verification")
|
||||||
print("=" * 60)
|
print("=" * 60)
|
||||||
# print(f"Global timeout: {args.global_timeout}s")
|
|
||||||
# print(f"Check timeout: {args.check_timeout}s")
|
|
||||||
# print(f"Retry delay: {args.retry_delay}s")
|
|
||||||
# print("=" * 60)
|
|
||||||
print()
|
print()
|
||||||
|
|
||||||
# Phase 1: Infrastructure
|
# Phase 1: Infrastructure
|
||||||
print("Phase 1: Infrastructure")
|
print("Phase 1: Infrastructure")
|
||||||
print("-" * 60)
|
print("-" * 60)
|
||||||
|
|
||||||
if not checker.run_check(
|
# Pulsar check is skipped — not all deployments use Pulsar.
|
||||||
"Pulsar",
|
# The API Gateway check covers broker connectivity indirectly.
|
||||||
check_pulsar,
|
|
||||||
args.pulsar_url,
|
|
||||||
args.check_timeout
|
|
||||||
):
|
|
||||||
print("\n⚠️ Pulsar is not responding - other checks may fail")
|
|
||||||
print()
|
|
||||||
|
|
||||||
checker.run_check(
|
checker.run_check(
|
||||||
"API Gateway",
|
"API Gateway",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue