Error checking Streamlit healthz

Hello,

Thanks again for all your support. I am currently having an issue deploying an app.py on Streamlit because it says the following: [manager] Error checking Streamlit healthz: Get “http://localhost:8501/healthz”: dial tcp 127.0.0.1:8501: connect: connection refused. I am not certain where the issue is and hope that the Steamlit team will be able to help out. Please let me know if there is something I can do.

Regards,

Khanin

Hi @khanin2539 -

Can you post a link to your code?

In general, the healthz error means that the container crashed, and the Streamlit frontend code can’t connect to the backend. If this is an ML app, I would guess that it uses more than the allotted RAM.

Best,
Randy