How to kill and reboot one server instance, after an new build/update, with a loadbalancing setup?
I have a server configuration which spins up 4 instances of my server using pm2
and a load balancing setup that routes traffic (all network requests, including socket traffic) to each of these instances (nginx).