Hi everyone, I’m running a Streamlit application on a Unix server and I’m looking for the most reliable way to check its status (i.e., whether it’s currently running or down). I’d like to be able to script this check for automated monitoring.
While I’m familiar with basic process checks (like ps aux | grep streamlit), I’m wondering what the best practices are for determining the true health and availability of a Streamlit app.