What happens to rogue processes on streamlit share?
For instance if running locally and I terminate streamlit (ctrl c) and I still see code output to the console after streamlit has printed Stopping will this behavior eat up resources on streamlit share (inorder to kill the code I have to close the terminal window)? Or do instances get killed every time a user refreshes or navigates away from a page?
Apologies if this question is unclear and thanks for such a wonderful application!