Our app is running on a windows machine and gets started by the task scheduler either if the server is restarted or if there are changes made to the task. I also have implemented a healthchecker directly into the app that pings a service every 30s so we can monitor availability.
After the task is triggered the apps starts normally and the healthchecks run without issues. After some time (sometimes hours, sometimes days) the healthchecks stop and i get warnings. As soon as i access the app via browser, the healthchecks start again.
So my question is: Are private streamlit app going in some form of hibernation if they are not used? The docs say only cloud apps have that but I suppose the varying time spans betwenn alerts depends on if user are accessing the app or not.
Thank you for any insight in my problem.