Skip to content
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

Handle long running LangGraphs in Langserve (500 seconds -1000 seconds) #781

Open
saurabhlalsaxena opened this issue Oct 14, 2024 · 1 comment

Comments

@saurabhlalsaxena
Copy link

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
Copy link
Collaborator

eyurtsev commented 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants