-
## What's going wrong?
When running in cluster mode, sometimes (not always), NODE_APP_INSTANCE becomes '0' for all the instances in the cluster.
Here is an example:
```
~$ pm2 status
┌─────…
-
### ⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### 🏷️ Feature Request Type
New Monitor
### 🔖 Feature descript…
-
### Describe the Bug
PM2 on multiple cores runs tasks multiple times and flows, emails, and in my case sms messages are sent once for each core. It looks like there has been a solution implmented he…
-
what would be the correct method to start "npm run start-pm2" on linux using systemd? Thank you.
-
* [关于Node进程管理器PM2使用技巧和需要注意的地方](https://github.com/jawil/blog/issues/7):可以设置定时重启
* [nodejs多进程,在pm2上执行](https://cnodejs.org/topic/59433e0fff5813233faad8d5):自行实现
* [Node.js 软肋之 CPU 密集型任务](https://w…
onvno updated
4 years ago
-
### Is your feature request related to a problem? Please elaborate.
Bot connected to Discord more than 1000 times within a short time period. PM2 will forever just keep spinning back up the bot witho…
-
I'm running a node app with PM2 with cluster mode. I have set up my PM2 config to run 2 instances of the app and as a result, my scheduled cron jobs run twice (once per instance). Is there any way to …
-
## What's going wrong?
When you start an application in "fork" mode with the "NODE_EXTRA_CA_CERTS" environment variable set, the application is able to communicate with API servers without issue.
…
-
When running 'pm2 conf pm2-logrotate', the following error is returned:
`{ err: 'Unknown key` }
-
to investigate and make an example.