-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Thread runs sometimes throws HttpException, Graph 'xxx' not found #3120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Jackoder, can you share the LangGraph Server logs (from Docker)? |
@andrewnguonly Thanks, there are logs
It thrown twice errors of
|
could you also provide the contents of your |
@vbarda OK {
"dependencies": [
".",
"./src/song/",
"./src/react_agent/",
"./src/subgraph/camera/",
"./src/subgraph/scene/",
"./src/subgraph/intention/",
"./src/subgraph/character/",
"./src/subgraph/story/",
"./src/subgraph/storyboard/",
"./src/tools/rag/"
],
"graphs": {
"song": "./src/song/graph.py:graph",
"react_agent": "./src/react_agent/graph.py:graph",
"storyboard": "./src/subgraph/storyboard/graph.py:graph",
"story": "./src/subgraph/story/graph.py:graph",
"intention": "./src/subgraph/intention/graph.py:graph",
"character": "./src/subgraph/character/graph.py:graph",
"scene": "./src/subgraph/scene/graph.py:graph",
"camera": "./src/subgraph/camera/graph.py:graph",
"rule": "./src/subgraph/rule/graph.py:graph",
"resource": "./src/subgraph/resource/graph.py:graph",
"self-rag": "./src/tools/rag/self-rag/graph.py:graph"
},
"env": "./.env"
}
|
I'm not sure exactly what's going on, but we can try a few things to debug the issue further.
|
I wonder if there are any issues with PostgreSQL or Redis, such as caching |
The same error was resolved after I restarted the service, but it hasn't been completely fixed. { |
After deploying Postgresql to the same network environment as the server, the problem no longer occurred. |
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
After I finished deploying using Docker, the Runs API sometimes throws a Graph 'rule' not found error, with an error rate of about 20%. Is there a problem somewhere, and how should it be resolved?
https://langchain-ai.github.io/langgraph/how-tos/deploy-self-hosted/#using-docker
System Info
System Information
Package Information
Other Dependencies
The text was updated successfully, but these errors were encountered: