mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-16 09:34:30 -04:00
Handle long running LangGraphs in Langserve (500 seconds -1000 seconds) #236
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saurabhlalsaxena on GitHub (Oct 14, 2024).
I have a long running langGraph that takes 500-1000 seconds to run and although the api returns 200, the response is not received by the client. Is there a way to configure a webhook or any other solution?
@eyurtsev commented on GitHub (Nov 5, 2024):
You should look at langgraph platform: https://langchain-ai.github.io/langgraph/concepts/langgraph_platform/
It'll handle long running calls and many more features that you'll need!