You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, congrats to this repo's contributors, very clear and concise. I'm getting recursion limit errors running modified streamlit dashboard e.g.: streamlit maximum recursion depth exceeded while calling a Python object. Setting higher recursion limit up to 1500 does only help to slightly postpone the issue, the stack size is growing at every st.experimental_rerun . Inside streamlit app I follow similar workflow, connect to pinot db, query it and display results. Sounds like a streamlit experimental_rerun issue. I wonder you've met with similar.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I haven't seen that issue, but perhaps I haven't left it running long enough to see it. I will leave it running in my browser today to see if I can reproduce the issue.
First, congrats to this repo's contributors, very clear and concise. I'm getting recursion limit errors running modified streamlit dashboard e.g.: streamlit maximum recursion depth exceeded while calling a Python object. Setting higher recursion limit up to 1500 does only help to slightly postpone the issue, the stack size is growing at every st.experimental_rerun . Inside streamlit app I follow similar workflow, connect to pinot db, query it and display results. Sounds like a streamlit experimental_rerun issue. I wonder you've met with similar.
The text was updated successfully, but these errors were encountered: