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

Factor out usages of child_process spawning #373

Open
zepumph opened this issue Oct 18, 2024 · 0 comments
Open

Factor out usages of child_process spawning #373

zepumph opened this issue Oct 18, 2024 · 0 comments

Comments

@zepumph
Copy link
Member

zepumph commented Oct 18, 2024

In the last month or two, many more copies of spawn() have been hard coded into our processes. This is because execute is unwieldy and heavy weight, and it too scary to change. At this time we have 8 copies of spawn in chipper and perennial. Let's also look at exec and execSync is we are so inclined.

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

1 participant