Hello beautiful streamlit community
First of all kudos to all of you who make this framework amazing!
My Problem:
The App refreshes itself every 30 seconds. I have used many approaches from this topics:
-
Streamlit application reloads every 30secs when deployed on kubernetes - Stack Overflow
-
Streamlit app on kubernetes keeps refreshing every 30 seconds
And I tried to change the server.TORNADO_SETTINGS[‘websocket_ping_timeout’] = 600 but inside the main.py (not sure if the problem is that when already deployed this configuration can be immutable)
But so far there is no luck
The stack: that I am using currently is (GCP+Kubernetes)+NGNIX