fix(tui): handle SIGINT and SIGTERM for graceful shutdown#24659
fix(tui): handle SIGINT and SIGTERM for graceful shutdown#24659rektide wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found several related PRs that address signal handling and graceful shutdown: Potentially Related PRs:
These PRs address similar concerns around signal handling (SIGTERM, SIGINT, SIGHUP) and graceful shutdown. The most relevant appears to be #12718 which specifically handles SIGHUP for process cleanup - exactly the mechanism PR #24659 aims to extend to SIGTERM and SIGINT. |
Issue for this PR
Closes #24658
Type of change
What does this PR do?
Handles
SIGTERMandSIGINTthe same waySIGHUPis handled, having the UI trigger a full cleanup.How did you verify your code works?
Ran it locally.
Screenshots / recordings
(Successful exit!)
Checklist
If you do not follow this template your PR will be automatically rejected. 👍