Open htmlObserver opened 2 months ago
I am also facing the same issue. I had to reload with id manually.
There is a good example on how to use cluster mode here: https://medium.com/@manikmudholkar831995/clustering-and-pm2-multitasking-in-nodejs-c6b10249cfd4
I'm having this issue too
I'm reading the documentation but can not find what requirements does an application need to meet in order to be managed by PM2 in cluster mode?
I'm trying to run 'gatsby serve' in cluster mode, but when attempting to 'reload' the application, I see errors in the logs related to the port already being in use:
The application doesn't start after reload command, but PM2 shows the status as "online," which is incorrect.