-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
DeprecationWarning: worker.suicide is deprecated #2780
Comments
Are you sure that your daemon is up-to-date ? Try making a |
@vmarchaud PM version 2.4.2, did and still the same warning. |
can confirm, getting the same warning with pm2 2.4.2 and node 7.7.2 |
Same here on Ubuntu 16.04! |
news on this? |
It's a warning, you can ignore it. |
we never use .suicide in pm2, I don't understand how this warning end up in
logs
|
Is it possible to run your app with the |
@isaacs I read the PR over nodejs/node#13684, currently i am maintaining PM2. |
@vmarchaud Any update on this? This is me pinging you because maybe you forgot :) |
Able to reproduce, it's coming from a dependency
Corresponding to this line in the source EDIT: Looks like its a little problem with the cloning of enumerable property. |
@isaacs I don't think we can actually avoid accessing |
I propose we close this as a |
Hello.
|
@extensionsapp the deprecation is not related and is not the one responsible of the app being killed. |
Hello, in version 2.10.3 the warning still there. |
Same issue with v3.1.2 |
Please ignore it, it's not a problem |
Bug
2017-03-19 17:45:49: (node:4680) DeprecationWarning: worker.suicide is deprecated. Please use worker.exitedAfterDisconnect
Software versions used
PM2 Log output
The text was updated successfully, but these errors were encountered: