fix(gateway): trace restart intent reasons

This commit is contained in:
Peter Steinberger
2026-05-16 21:20:59 +01:00
parent c421be6c90
commit 6369bf64cd
8 changed files with 72 additions and 6 deletions

View File

@@ -208,6 +208,7 @@ async function restartGatewayWithoutServiceManager(
}
writeGatewayRestartIntentSync({
targetPid: pids[0],
reason: "gateway.restart",
...(restartIntent ? { intent: restartIntent } : {}),
});
signalVerifiedGatewayPidSync(pids[0], "SIGUSR1");