Jone

Results 7 comments of Jone

in my case I've solved creating a `ecosystem.config.cjs` (note the extension file is .cjs), and running `pm2 start ecosystem.config.cjs` ```js module.exports = { apps: [{ script: "app.js", instances: "max", exec_mode:...

node 14+ allows es6+ syntax nativelly. babel is great, but today is optional for most of users. https://nodejs.org/dist./v14.10.0/docs/api/esm.html

My sugestion is run migrations during the startup off your web application. You can just make a flag in yout DB and check if some other migration is runnig (which...

I was having a similar issue where after renamed the project, the folder that contains MainApplication.java doesn't got renamed correctly. It's keeping with the same old previous name.

"123" as AI key Is valid ? @hectorhdzg or perhaps applications insights will be disabled as is an invalid key ?

According to docs, the azure auto-instrumentation will be disabled if AI SDK is found and running into the node.js app. > If both auto-instrumentation monitoring and manual SDK-based instrumentation are...

I need this feature. It will not be merged into master?