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

nodemon "still waiting for 1 sub-process to finish..." when using cluster #1643

Closed
ezze opened this issue Dec 5, 2019 · 11 comments
Closed

Comments

@ezze
Copy link

ezze commented Dec 5, 2019

  • nodemon -v: 2.0.1
  • node -v:
  • Operating system/terminal environment: Kubuntu 18.04.1
  • Using Docker? What image: no
  • Command you ran: nodemon --watch server.js

Expected behaviour

nodemon restarts on rs command or detected changes.

Actual behaviour

nodemon doesn't restart with the following multiple messages:

[nodemon] still waiting for 1 sub-process to finish...

issue

Steps to reproduce

Here is a repo to reproduce

@ezze
Copy link
Author

ezze commented Dec 5, 2019

If you install 2.0.0 everything works as expected:

$ yarn add nodemon@2.0.0 --dev
$ yarn start

@lorenc-tomasz
Copy link

@ezze Thanks for raising this issue.

@sytana
Copy link

sytana commented Dec 6, 2019

Is it a problem with version 2.0.1?

When can it be updated?

Thanks!

@remy
Copy link
Owner

remy commented Dec 6, 2019

@sytana not to point out the obvious, but this is an open source project, so it can be updated as soon as people contribute.

Thus far it's only me - and I have been working on this issue between working (my "real" job) and the tests weren't passing. So I'll happily take some help to get those passing.

Thanks!

@sytana
Copy link

sytana commented Dec 7, 2019

@remy Oh, sorry i'm ignorant about this, But thank you very much for your contribution!

@remy
Copy link
Owner

remy commented Dec 11, 2019

So nodemon@2.0.2 has been released - if you can re-test, but I'm not 100% hopeful as this is cluster and there's not a great deal of testing against cluster.

@ezze
Copy link
Author

ezze commented Dec 11, 2019

@remy, works for me. Thanks a lot for your work!

@ezze ezze closed this as completed Dec 11, 2019
@remy
Copy link
Owner

remy commented Dec 11, 2019

Cool - I just confirmed too 👍

@zachncst
Copy link

Still broke for me unfortunately. I'll inspect as to why.

@thanhdevapp
Copy link

confirmed still error 2.0.2

@kolchurinvv
Copy link

kolchurinvv commented Dec 12, 2021

this happens to my setup while using "nodemon -x 'node --loader ts-node/esm server.ts'" on nodemon -v: 2.0.15

Edit:
after i've specified which file extensions too watch - it's working fine

nodemon -e 'ts, vue, sass, css' -x 'node --loader ts-node/esm server.ts'

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

7 participants