Alexandre Strzelewicz
Alexandre Strzelewicz
There is 0 code orchestration for Python application, basically it's just a spawn: https://github.com/Unitech/pm2/blob/master/lib/God/ForkMode.js#L118 with stdIO configured like `stdio : ['pipe', 'pipe', 'pipe', 'ipc']` So I don't see how PM2...
Hello, Thanks for reporting this issue, does it crashed PM2 too??
So returning return cb(null, null); here https://github.com/keymetrics/vizion/blob/master/lib/git.js#L20 would do the trick right?
what's your recommendation?
Do not forget to type `pm2 save` to save the process list
Feel free to check the sources, it is straightforward to understand (only 66 lines): https://github.com/pm2-hive/pm2-auto-pull/blob/master/app.js
Make sure that PM2 manages the application itself and not npm (run a pm2 start of the script) and do not run `pm2 start npm -- run dev`
@vmarchaud @alavit-d
Feature landed Update PM2 to 5.4.0 ```bash $ npm install [email protected] -g $ pm2 update ```
Please upgrade to PM2 v2 and tell me if that works better: ``` $ npm install Unitech/pm2#development -g $ pm2 install pm2-webshell ``` If that does not work please upgrade...