Server Shutdown alert

I am running a web app on the free tier which gets shutdown after 15 minutes of activity. How do I get a signal in my web app from render, so as to know when the shutdown is about to happen and then shut down my web app gracefully.

Hi there,

A SIGTERM signal will be used to shut down your service gracefully, it is not forced killed. Provided your service handles the SIGTERM signal then there shouldn’t be any need for you to do anything.

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.