ultimate-tester

Results 84 comments of ultimate-tester
trafficstars

Extra info that will help towards the solution: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing?view=powershell-7.3#the-end-of-parameters-token

Hi guys, while you are waiting in this ticket, it seems that bun already made its way into the latest version of PM2: https://github.com/Unitech/pm2/commit/135c123adcb207f9c544bcc6c6853c3f8488fb31 This version was released as a...

You didn't install pm2 globally most likely. Install pm2 using root and it should work. Please be advised, running pm2 under root should not be necessary and is not recommended!...

I'm going through the issues to find mentions about not auto-starting a new process, which I now created a PR for: #5780

I'm afraid that without posting the exact code you're using this is extremely hard to solve based on this information. If possible, share the entire code (you can send it...

> Is this the purpose of the `update` CLI command? The [docs](https://pm2.keymetrics.io/docs/usage/update-pm2/) say that it will "...update the in-memory PM2 daemon..." but I'm not sure if that means it will...

@wmelton thanks for clarifying, I get it now. It's true that right now there's no such feature because of two missing elements: - The --cron parameter offers a restart strategy...

@wmelton alright so I don't have a full setup of pm2 available to me right now to do extensive testing, but I managed to make something out of it. Hopefully...

I'm going through the issues to find mentions about not auto-starting a new process, which I now created a PR for: #5780

Statically linking would result in an increased size in the final binary! (https://i2.wp.com/www.scienceprog.com/wp-content/uploads/2006i/Embedded_linking/static_vs_dynamic_linking.png?resize=444%2C367)