Issue with Langgraph deployment with redis and postgress enabled #3400
-
@hwchase17 It's been bugging us for days now, we deployed langgraph on our cloud run with suffiencient CPU resources in all deployed services. But somehow we are getting asyncio timeout error Here's small trace :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, sorry this was due to a configuration mistake in the timeout settings we use for the redis connection pool. This has been fixed in the latest version, so you can just update and this will be fixed |
Beta Was this translation helpful? Give feedback.
-
Hey @nfcampos , I have been trying to deploy the agents and it fails everytime with below error:
|
Beta Was this translation helpful? Give feedback.
Hi, sorry this was due to a configuration mistake in the timeout settings we use for the redis connection pool. This has been fixed in the latest version, so you can just update and this will be fixed