Skip Pulsar check in tg-verify-system-status

This commit is contained in:
Cyber MacGeddon 2026-04-02 13:19:38 +01:00
parent 24f0190ce7
commit 94f6367151

View file

@ -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",