Alexandre Strzelewicz
Alexandre Strzelewicz
upgrade to latest ``` npm install pm2@latest -g pm2 update ``` it will works
Could you share me a sample app so I can try this
pretty difficult thing to remove already present variable in environment. Run `pm2 delete app` and then start the app again in this case. Sorry, I always try to make things...
Sure keep rocky as a module name it's perfect! You can already install rocky like that: ``` bash $ pm2 install rocky ``` Now the problem is how to configure...
Just did a CPU profiling while benchmarking 
I did some research on the toppic of request proxying/loadbalancing https://gist.github.com/Unitech/e27cca4e5b906be25c7dc4356126ef97 Doing a simple tcp proxying is the more efficient data forwarding: ``` javascript var net = require('net'); var targets...
I guess this does not support websocket upgrade
``` unitech@zion:~/keymetrics/pm2-runtime/pm2-critical/npm-start$ pm2 -v 4.4.0 unitech@zion:~/keymetrics/pm2-runtime/pm2-critical/npm-start$ node -v v10.19.0 unitech@zion:~/keymetrics/pm2-runtime/pm2-critical/npm-start$ pm2 install pm2-logrotate [PM2][Module] Installing NPM pm2-logrotate module [PM2][Module] Calling [NPM] to install pm2-logrotate ... + [email protected] added 292 packages...
Can't see anything in particular: https://github.com/Unitech/pm2/blob/master/lib/API/Modules/NPM.js#L201 https://github.com/Unitech/pm2/blob/master/lib/Utility.js#L206
Feel free to send a quick PR