Skip to content

doc: clarify signal listener behavior - #65243

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
SomSamantray:fix/28502-signal-docs
Aug 28, 2026
Merged

doc: clarify signal listener behavior#65243
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
SomSamantray:fix/28502-signal-docs

Conversation

@SomSamantray

@SomSamantray SomSamantray commented Aug 12, 2026

Copy link
Copy Markdown

doc: clarify signal listener behavior

SIGTERM and SIGINT listeners are invoked asynchronously, so they may not
run before an otherwise-idle process exits. Clarify the process signal
documentation to describe this behavior.

Fixes: #28502

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to Node.js documentation. process Issues and PRs related to the process subsystem. labels Aug 12, 2026
@trivikr trivikr added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Aug 24, 2026
Signed-off-by: Som Samantray <Som.samantray@gmail.com>
@SomSamantray
SomSamantray force-pushed the fix/28502-signal-docs branch from aa709a7 to e8edd22 Compare August 24, 2026 00:58
@trivikr trivikr added the commit-queue PRs queued for automated landing through the Commit Queue. label Aug 28, 2026
@nodejs-github-bot
nodejs-github-bot merged commit 36a4502 into nodejs:main Aug 28, 2026
18 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 36a4502

@nodejs-github-bot nodejs-github-bot removed the commit-queue PRs queued for automated landing through the Commit Queue. label Aug 28, 2026
aduh95 pushed a commit that referenced this pull request Aug 29, 2026
Signed-off-by: Som Samantray <Som.samantray@gmail.com>
PR-URL: #65243
Fixes: #28502
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. doc Issues and PRs related to Node.js documentation. process Issues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SIGTERM handler does not run if there are no tasks running and exit code is always 0

3 participants