Why is nodejs express backend restarting after a certain number of requests?
I am running a nodejs express backend on fork mode. Concurrent requests get completed initially for half an hour, after which, the backend restarts causing a downtime. Why is it happening?