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 zombies #4

Open
ekeren opened this issue Apr 24, 2024 · 4 comments
Open

node zombies #4

ekeren opened this issue Apr 24, 2024 · 4 comments
Assignees

Comments

@ekeren
Copy link
Contributor

ekeren commented Apr 24, 2024

% ps -ef  | grep node  | grep setup-tsoa-hybrid/src/wing/  
% npm run dev
% ps -ef  | grep node  | grep setup-tsoa-hybrid/src/wing/  | wc -l 
       4

Ctrl-C (on the npm run dev command)

% ps -ef  | grep node  | grep setup-tsoa-hybrid/src/wing/  | wc -l 
       2

I removed all test to not take into account this: winglang/wing#6316

@ekeren
Copy link
Contributor Author

ekeren commented Apr 24, 2024

updated description

@ekeren ekeren changed the title a lot of zombies node zombies Apr 24, 2024
@ekeren
Copy link
Contributor Author

ekeren commented Apr 24, 2024

Following https://winglang.slack.com/archives/C048QCN2XLJ/p1713862422200789

I've checked if this issue only happens when using npm run dev and it doesn't

You can still reproduce it calling wing run directly

@MarkMcCulloh
Copy link

MarkMcCulloh commented Apr 28, 2024

Should be resolved by winglang/wing#6366
It was not, still looking into this

@MarkMcCulloh
Copy link

winglang/wing#6374 now actually resolves this issue.
The repo currently pins the wing cli to an older version, so until that is updated (or unpinned) the issue will still occur.

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