Reputation: 1
I have a nodejs application running on Apache server (Cloud Linux). The problem is that Passenger restarts the nodejs app daily at midnight, even if users are connected to the web application. I didn't find any cron asking to restart. Here is the Passenger log which is logged daily at midnight:
Checking whether to disconnect long-running connections for process 5519, application [...] (production)
Is there a way to prevent this daily restart?
Or at least to change the restart time?
Upvotes: 0
Views: 335