docs(gateway): document restart acknowledgement default

This commit is contained in:
Ayaan Zaidi
2026-04-22 22:19:13 +05:30
parent b982d9e669
commit 95ecb0526e
2 changed files with 5 additions and 0 deletions

View File

@@ -606,6 +606,10 @@ then `config.patch`.
- `note` (optional) — note for the restart sentinel
- `restartDelayMs` (optional) — delay before restart (default 2000)
When `sessionKey` is present and no explicit continuation is provided, the
Gateway asks that session's agent to acknowledge the successful restart
after boot.
Restart requests are coalesced while one is already pending/in-flight, and a 30-second cooldown applies between restart cycles.
```bash