What is the difference between pm2 restart and pm2 reload

Viewed 41547

I have a nodejs app running on server.

When should I use pm2 restart,and when should pm2 reload be used?

Referred to the pm2 documention here,but couldn't figure out the difference in use case of the two.

1 Answers
Related