Skip Pulsar check in tg-verify-system-status (#753)

This commit is contained in:
cybermaggedon 2026-04-02 13:20:39 +01:00 committed by GitHub
parent 24f0190ce7
commit 62c30a3a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -377,24 +377,14 @@ def main():
print("=" * 60)
print("TrustGraph System Status Verification")
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()
# Phase 1: Infrastructure
print("Phase 1: Infrastructure")
print("-" * 60)
if not checker.run_check(
"Pulsar",
check_pulsar,
args.pulsar_url,
args.check_timeout
):
print("\n⚠️ Pulsar is not responding - other checks may fail")
print()
# Pulsar check is skipped — not all deployments use Pulsar.
# The API Gateway check covers broker connectivity indirectly.
checker.run_check(
"API Gateway",