I recently found that it takes a few seconds to relaunch node.js process in forever; when an user accesses the website while the process is
I recently found that it takes a few seconds to relaunch node.js process in forever
; when an user accesses the website while the process is relaunching, he or she would likely see an abhorring 502 - Bad Gateway nginx error page.
This is not the kind of results I would like to show to my users, so I decided
-->