-
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
Cron broken since 3.2.3 ? "PM ID unknown" #4307
Comments
Same setup (main.js / ecosystem.js) with pm2 3.2.2 :
|
Similar problem here |
+1 |
same here |
same here. |
same here |
same here |
Same problem here, |
Same problem. I deleted cron job with "pm2 delete {name}", after that it looks like pm2 is still trying to start that process. |
Any solution to this? I am having this issue in a production server |
Same problem here |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
That is still an issue |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
seriously ? |
Facing same issue,
|
This issue exists here when |
fixed in pm2@4.5.1: npm install pm2@latest -g
pm2 update |
Not sure if we're doing something wrong, but PR #3944 broke
cron_restart
for us :pm2 start
successfully restarts the app,PM ID unknown
In more details on a sample setup :
ecosystem.json
:main.js
:Output of
pm2 log
:(can't seem to have PM2 daemon logs include timestamps for some reason ?)
The text was updated successfully, but these errors were encountered: