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

ability to disable the process hooks added by #150 #484

Open
scottbessler opened this issue Nov 9, 2023 · 1 comment
Open

ability to disable the process hooks added by #150 #484

scottbessler opened this issue Nov 9, 2023 · 1 comment

Comments

@scottbessler
Copy link

I have my own graceful shutdown functionality, so would need to disable this functionality so I can control when process.exit is called as I have more to do than clean up worker threads.

At the very least, it would be useful to be able to disable this functionality. I do think its bad for a library to add calls to process.exit in general, and would encourage you to remove it entirely.

@panta82
Copy link

panta82 commented Jan 29, 2024

I "fixed" this locally via patch-package.

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

No branches or pull requests

2 participants