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

exit(0) if SIGINT or SIGTERM #214

Closed
wants to merge 3 commits into from
Closed

Conversation

Eeems
Copy link
Contributor

@Eeems Eeems commented Feb 4, 2024

The reason for this change is because SIGTERM and SIGINT are both external requests to exit the application, so exiting should not indicate that it was not successful.

@Eeems
Copy link
Contributor Author

Eeems commented Feb 4, 2024

Based on my investigation, enough applications are returning 2 for SIGINT, and 15 for SIGTERM, that it's not worth making this change.

@Eeems Eeems closed this Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant