Private app going into hibernation

Hi @kesslmar, welcome to the community! :wave: :partying_face:

As far as I’m aware, there’s nothing in the Streamlit codebase that indicates apps go to sleep or hibernate due to lack of use after an arbitrary length of time.

We only implement spindown of apps on our Community Cloud platform. Have you tried setting the following configuration option (logger.level) to debug to see if there’s any anomaly in the logs indicating the app is hibernating? Maybe a timeout or disconnect error message in the logs?

--logger.level="debug"