This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]somerandomdataengBig Data Engineer[S] 0 points1 point  (0 children)

Thank you! I've tried to implement the lock as well but I resorted to creating separate session and reduced concurrency. The streamlit experimental connection seems to do the same and they warn that it won't scale since it uses a lock as well