Valentin Marchaud

Results 148 comments of Valentin Marchaud

@acba You can't override them with the CLI when using a ecosystem, PM2 expect to find all the config in the ecosystem file

@smartaz No its not possible. @ZeroTwink No, it doesn't, see https://nodejs.org/dist/latest-v10.x/docs/api/cluster.html#cluster_how_it_works @Amit-A Yes but we advise to have at least two in case of a crash of the only process,...

Thanks for bringing the problem here ! We will start working on a new tracing system soon and will take your request into account when making it

You should be able to start the `processes.json` and do a `pm2 save` only once (after the process is save until you re-execute a `pm2 save`), should be good enough...

I believe OS should only send signal to the main process (in your case `pm2-runtime`) and `pm2` should then broadcast it to every worker. Could you open an issue on...

If you deployed using `pm2 deploy` take care that git branchs are messed up using it. And it obviously support private repositories if you provide a way to authenticate to...

We are working on a feature that should let user share the dashboard with anyone (user should be able to only see data, no remote action etc)

> Close since no further actions. Not sure to understand why it didn't got merged ? The S3 plugin doesn't support [AES 256](https://github.com/apache/pinot/blob/master/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java#L202) encryption currently right ?

@sergej-s Did you tried to install node-gyp ?

The newly released http instrumentation should allow you to do this: https://github.com/open-telemetry/opentelemetry-js/pull/3149