satyaprakash1729
satyaprakash1729
@penguine-ip We're using `3.0.8`. We're still seeing the issue.
Hi, looks like this is resolved in 3.1.0. I'll give it a try and update this thread. Thank you!
We're also running into this often. Can someone help with this?
+1. In general I'm seeing lot of issues with postgres checkpointer. There are few open issues which are not being looked upon actively.
**Problem:** Due to various reasons, connections in the pool may become invalid/stale and if AsyncPostgresSaver tries to fetch a connection from pool and execute an operation it may fail. There...
@larsgmu > [@satyaprakash1729](https://github.com/satyaprakash1729) will this also resolve this issue [#3716](https://github.com/langchain-ai/langgraph/issues/3716) ? If the manifestation is due to stale connection then it'll fix the problem. We're seeing it resolve the issue...
> [@satyaprakash1729](https://github.com/satyaprakash1729) are you using the custom checkpointer with your own API implementation, or with the LangGraph server APIs? No, it's not custom checkpointer. If you look at the code...