-
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
Start pm2 without log streaming and strange kill ESRCH error #1422
Comments
Hello Ondřej,
Cheers. |
Hi Joni, thanks for your quick reply. If I use redirect to Actually, my second question is related to the following. I would like to have an option to separate log outputs coming from PM2 and from my application. I mean, one log file with all messages prefixed with Ad 3) Unfortunately this error is appearing periodically all the time :( Before I've updated pm2 from version 0.14.1 to 0.14.3 I had a problem with the following error: I am attaching json configuration with which I run the app:
I can see from my log, that workers are restarted several times/minute, when the traffic is high. Here is another death output:
I have absolutely no idea how to solve this problem and be able to run pm2 inside docker container without pm2 death immediately followed by docker container death. Thank you very much for any help. |
Refixed 0.14.5 |
closing in favor of #2061 |
Hi,
firstly, thanks for pm2.
I want to ask few questions.
--no-daemon
flag and without log streaming? I log into one file with--merge-logs
flag so it is unnecessary for me to log tostdout
concurrently.Is there any advice what to do with this error?
I am running on
iojs-2.3.3
andpm2-0.14.3
.Thanks for your reply.
O.
The text was updated successfully, but these errors were encountered: