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
I have a question about LangGraph. I'm trying to deploy LangGraph in a standalone container environment, and I'm considering using GCP Cloud Run, even if it involves some cold start delays. However, the official documentation says LangGraph should not be deployed in a serverless environment, and I'm curious why that is.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about LangGraph. I'm trying to deploy LangGraph in a standalone container environment, and I'm considering using GCP Cloud Run, even if it involves some cold start delays. However, the official documentation says LangGraph should not be deployed in a serverless environment, and I'm curious why that is.
Link: https://langchain-ai.github.io/langgraph/concepts/langgraph_standalone_container/
If I set up Postgres DB and Redis in separate environments anyway, wouldn't it still be okay to run the LangGraph server in a serverless setup?
I'd appreciate it if you could explain the reason.
Beta Was this translation helpful? Give feedback.
All reactions