Is a LangGraph compiled graph thread-safe / advised for concurrent use? · langchain-ai/langgraph · Discussion #1211
I just wanted to validate if it's ok to initialize/compile the graph once and then use it to serve multiple parallel requests in a web application. In other words is the shared state passed fro...