Files
openclaw/src/cli
Sebastien Tardif 99e44f623e fix(gateway): add .catch() to SIGTERM/SIGUSR1 signal handlers (#83131)
The SIGTERM handler's fire-and-forget IIFE can reject if the graceful
drain or tunnel-teardown throws. Without a catch, this becomes an
unhandled promise rejection. Add .catch() that logs the error and
falls back to a hard stop request. Same treatment for SIGUSR1.

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
2026-05-22 19:47:09 +01:00
..
2026-05-01 22:05:19 +01:00
2026-05-09 08:05:06 +08:00
2026-05-01 22:08:43 +01:00
2026-05-13 03:20:26 +01:00
2026-05-12 04:52:12 +01:00
2026-05-02 01:11:18 +01:00
2026-05-18 17:07:32 +08:00