I am working on node.js project. My app is running fine when there is continuous load in the server. but when we keep it idle for few hours , it automatically stopped without giving error or exception.
We are using cluster npm and we are using 2 child process running in the master processes.