openclaw/src/cli/gateway-cli
Julia Bush e94ebfa084
fix: harden gateway SIGTERM shutdown (#51242) (thanks @juliabush)
* fix: increase shutdown timeout to avoid SIGTERM hang

* fix(telegram): abort polling fetch on shutdown to prevent SIGTERM hang

* fix(gateway): enforce hard exit on shutdown timeout for SIGTERM

* fix: tighten gateway shutdown watchdog

* fix: harden gateway SIGTERM shutdown (#51242) (thanks @juliabush)

---------

Co-authored-by: Ayaan Zaidi <hi@obviy.us>
2026-03-23 15:01:42 +05:30
..
call.ts Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08:00
dev.ts
discover.ts refactor(gateway): centralize discovery target handling 2026-03-23 00:38:31 -07:00
register.option-collisions.test.ts test: restore runtime-aware cli mocks 2026-03-22 18:35:37 -07:00
register.ts refactor(cli): separate json payload output from logging 2026-03-22 23:19:17 +00:00
run-loop.test.ts refactor(gateway): centralize discovery target handling 2026-03-23 00:38:31 -07:00
run-loop.ts fix: harden gateway SIGTERM shutdown (#51242) (thanks @juliabush) 2026-03-23 15:01:42 +05:30
run.option-collisions.test.ts test: deduplicate cli option collision fixtures 2026-03-10 20:34:54 +00:00
run.ts Gateway: add safer password-file input for gateway run (#39067) 2026-03-07 18:20:17 -08:00
shared.ts