Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process must exit when receiving SIGTERM #1133

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Conversation

humaite
Copy link
Contributor

@humaite humaite commented Feb 4, 2025

When a process is stopped using a signal (SIGTERM with systemd for example), it should be stopped using process.exit() function. If not, the node process will still be running and a SIGKILL will be required to stop it.

When a process is stopped using a signal (usually SIGTERM),
it should be stopped using process.exit() function.
@humaite humaite added the bug Something isn't working label Feb 4, 2025
@humaite humaite self-assigned this Feb 4, 2025
@VinceJuliano VinceJuliano merged commit 398d483 into permaweb:main Feb 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants