-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
What is the problem this feature will solve?
PR #29207 added support for --trace-sigint. A similar feature can be very useful for SIGTERM as well. When running on k8s, if liveness probe doesn't respond, the pod is terminated using SIGTERM. It can be very useful to have a trace in case the application is stuck in an infinite loop.
What is the feature you are proposing to solve the problem?
Add --trace-sigterm to print a trace on SIGTERM.
What alternatives have you considered?
No response
TheOneTheOnlyJJ and debadree25
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Awaiting Triage