Open smasilamani-cfins opened 6 years ago
I have no issue if I use pm2@2.10.4.
Also having this exact issue with PM2 3.0.1
[PM2] Spawning PM2 daemon with pm2_home=/home/ec2-user/.pm2
[PM2] PM2 Successfully daemonized
[PM2][Module] Installing module pm2-logrotate
[PM2][Module] Calling [NPM] to install pm2-logrotate ...
+ pm2-logrotate@2.6.0
added 320 packages in 6.481s
[PM2][Module] Module downloaded
[PM2][WARN] Applications pm2-logrotate not running, starting...
[PM2] App [pm2-logrotate] launched (1 instances)
== pm2-logrotate ==
┌────────────────┬─────────────────────┐
│ key │ value │
├────────────────┼─────────────────────┤
│ max_size │ 10M │
│ retain │ 30 │
│ compress │ false │
│ dateFormat │ YYYY-MM-DD_HH-mm-ss │
│ workerInterval │ 30 │
│ rotateInterval │ 0 0 * * * │
│ rotateModule │ true │
└────────────────┴─────────────────────┘
[PM2][Module] Module successfully installed and launched
[PM2][Module] Edit configuration via: `pm2 conf`
Having the same issue with version 3.0.1 and 3.0.0 of pm2. Reverting to 2.x fixes the issue.
Hi, I got the very same issue. I've followed your suggestions, used pm2@2.10.0 and it worked!
It's perfect work with pm2@3.2.2.
Maybe this issue is solved?
Edit:
Also tried docker image keymetrics/pm2:10-alpine and keymetrics/pm2:8-alpine, both are perfect works.
Hi
I am running nodejs in a docker containter with pm2 and starting today I see that whenever I run the build, it stuck at below line forever. Please advise.
Our docker file: