NodeJs app runs again after server daily backup, reach number of processes limit, then 503 error

akayman

Registered
Jul 4, 2020
1
0
1
akayman3253
cPanel Access Level
Website Owner
hi
I have a NodeJs app on hosting server with cPanel.
I ran app with cPanel 'setup a nodejs app' tab and don't do anything.
after one day I have 2 node apps that running on terminal!
after 2 days I see 4 apps. after some days these running processes reach the Number of Processes limit and whole website give 503 error cuz of high number of processes.

Untitled2.png

I have to kill processes by cPanel terminal to remove them.
what is the problem and how can i solve it? please help me.
I think it is cPanel issue
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
This sounds more like a coding issue than something that cPanel is doing, - there is no built-in timeout or anything, you'd want to investigate your application to ensure that it's functioning correctly log files would be a good place to start.