Ask HN: Who uses pm2 for production deployment?

2 points by chinmays ↗ HN
A very common tech stack when deploying on AWS us using pm2. - Till what scale do you usually end up using pm2 before moving to K8s? - Do you use pm2 only for nodejs applications, or for above languages too? - Are there better alternatives to pm2?

3 comments

[ 3.3 ms ] story [ 15.7 ms ] thread
i switched to systemd from pm2
what are the benefits?
It’s a system level command so you can log it and auto restart etc. pm2 is still good but I don’t know if it’s needed anymore at least on Linux.