Good morning
I have a NodeJs script that needs to send emails (SMTP), notifications (OneSignal) or SMS (Vonage). Locally the script works perfectly fine. On the remote server, the request is cut off after a few hundred message sends. The cut comes whether it is for emails, SMS or notifications.
In the logs I just have this:
[ W 2022-09-15 15:41:31.5615 21239/T1 age/Wat/WatchdogMain.cpp:538 ]: Some Phusion Passenger(R) agent processes did not exit in time, forcefully shutting down all.
[ D 2022-09-15 15:41:31.5615 21239/T1 age/Wat/WatchdogMain.cpp:542 ]: Sending SIGKILL to all agent processes
An idea ?