Springboot application automatically shutting down

Hi, I am having issue while using sprinboot application server, I have deployed springboot application. it starts when i call an api but after 30 minutes of inactivity , it automatically shuts down . I don’t know, what’s the issue ? Can anyone help me to understand , why it’s happening?

Hi,

Your service here is using our free instance type. Free instance types spin down after 15 minutes of inactivity and then restart when they receive the next request https://render.com/docs/free

If you need your service to be always available moving to a paid plan prevents this behaviour and the service remains running,

Best,

John B

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