feat(gateway): add channel-backed readiness probes (#38285)

* Changelog: add channel-backed readiness probe entry

* Gateway: add channel-backed readiness probes

* Docs: describe readiness probe behavior

* Gateway: add readiness probe regression tests

* Changelog: dedupe gateway probe entries

* Docs: fix readiness startup grace description

* Changelog: remove stale readiness entry

* Gateway: cover readiness hardening

* Gateway: harden readiness probes
This commit is contained in:
Vincent Koc
2026-03-06 15:15:23 -05:00
committed by GitHub
parent b17baca871
commit ab5fcfcc01
13 changed files with 558 additions and 20 deletions

View File

@@ -102,6 +102,7 @@ export type ChannelAccountSnapshot = {
linked?: boolean;
running?: boolean;
connected?: boolean;
restartPending?: boolean;
reconnectAttempts?: number;
lastConnectedAt?: number | null;
lastDisconnect?: