Deploying my app on Community Cloud it keeps crashing after a few minutes and the error I am getting in the logs is puzzling:
The service has encountered an error while checking the health of the Streamlit app: Get "http://localhost:8501/script-health-check": EOF
I do suspect the crash might be due to resource constraints, however, would anyone know why it’s calling the /script-health-check
endpoint to perform health checks instead of /healthz
?
App URL: https://content-pipeline.streamlit.app/
Repository: GitHub - acidix/na-cp-streamlit: Streamlit frontend for NA Content Pipeline
Streamlit Version: >=1.28.2
Python 3.10
Thanks in advance for any hints!