-
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
PM2 daemon disappeared after certain time #1424
Comments
You can run |
Thanks in advance. |
I'm getting the same issue recently. Here's a dump of my PM2 logs:
The last four lines are me running Here's some additional information on my environment:
|
Same thing when using pm2 v0.14.3 (node.js v0.12.6). Downgraded to pm2 v0.12.6, will see if this will solve the issue. |
Seems like everything is ok after downgrade |
I switched from forever to pm2 because it seems the pm2 features are much more promising. |
Is there any error in Your problem could be related to #1380? |
I am not sure if it is the same issue because I just can't find similar error log on my server. |
pm2 v0.14.3 have resolved this problem? |
The problem still exists and I still can't find error logs related to this issue. |
If you have this issue - Install pm2 v0.12.6 - it works, tested last 4 days. |
OK,have a try to down version to v0.12.6 |
Same to me:
pm2 --version
0.14.3
iojs --version
v2.3.4 Looks like it's ipv6 only problem. In other setups with the same pm2 & iojs versions but with ipv4&ipv6 address — its works fine. And it fails at ipv6 only in cluster mode. |
I used ip4 setup only |
I've been running into this as well. Daemon disappears with no hints in the log files. Longest running instance I've had is a few days. Running Node v0.12.6, PM2 v0.14.3, on Amazon Linux. Will swap out instances for ones running PM2 v0.12.6 until some stability is returned. |
Hello, @airs0urce @crispkiwi @iKoala Have you linked PM2 to Keymetrics? |
@Unitech Hello, I didn't link PM2 to Keymetrics (although that's my purpose switching to PM2). I still have no idea when this instance happens. I am using pm2 v0.14.0 on my development server and it worked fine when there are loading on the server during working hours. However, PM2 had a great chance to disappear after the weekend or holiday, i.e. no loading. |
@Unitech I didn't use Keymetrics too |
@Unitech I don't use Keymetrics either. My applications use quite a lot of memory and are usually rebooted if they go over 1.4Gb of used RAM memory by Node.js. Could it be that something changed in this case like the process's exit code for example and that PM2 doesn't restart the process as usual ? |
Can you try the development version? It may fix the segfault (#1380) and just might be related to this issue.
|
PLEASE UPGRADE TO LATEST:
|
I am now using pm2 version 0.14.6 and it has been working fine for a week now. |
I am using PM2 to run three node process but PM2 daemon was killed from time to time without any error or logs.
Are there log files which I can use it to debug for this situation?
The text was updated successfully, but these errors were encountered: