mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +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("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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue