Scaling streamlit application for concurrent users in google cloud platform

Hi,
Anyone with experience in scaling streamlit application for concurrent users (100+).
We have deployed streamlit with container on cloud run with ample resources. Still app gets stuck with two concurrent users.
We are using session state to isolate sessions.
Should we set concurrency to 1 to isolate it for all users (Not cost effective)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.