The Wayback Machine - https://web.archive.org/web/20220125203655/https://github.com/redwoodjs/redwood/issues/4270
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

Node processes persist after running the E2E task locally #4270

Open
thedavidprice opened this issue Jan 25, 2022 · 0 comments
Open

Node processes persist after running the E2E task locally #4270

thedavidprice opened this issue Jan 25, 2022 · 0 comments

Comments

@thedavidprice
Copy link
Contributor

@thedavidprice thedavidprice commented Jan 25, 2022

I found 20 node processes were running on my machine (some for weeks) all related to running local E2E tests — it looks like each project within a temp directory was still running yarn rw dev processes. My guess is that it's related to the "dirty shutdown" issue here:

This is not a v1 high-priority to resolve, but I wanted visibility so contributors could manage as needed. If we work on resolving this by improving the E2E task/script itself, I'd also recommend taking a look at this improvement:

cc @dac09 @jtoar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment