Skip to content

doc: clarify signal listener behavior - #65243

Open
SomSamantray wants to merge 1 commit into
nodejs:mainfrom
SomSamantray:fix/28502-signal-docs
Open

doc: clarify signal listener behavior#65243
SomSamantray wants to merge 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 the documentations. process Issues and PRs related to the process subsystem. labels Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. 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

2 participants