I am using PM2 to manage my Node servers. When I say pm2 restart 0
, it restarts my app, but I get 5-10 seconds of downtime. How can I implement a zero down time deployment or at least minimise this downtime?
Also what's the difference between pm2 reload
and pm2 restart
?
Thanks folks!