You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an AI workflow using langgraph. This workflow could take hours to day to complete, and it has state. Suppose that I have made a change on this workflow ( change the prompt or even change the graph architecture), and would like to deploy it. The workflows that are already running could not deal with this new versions, as it's already in "running" state with an old version.
I suppose that I need to implement some kind of versioning. And I suspext that it's a common use case. How are guys dealing with?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am building an AI workflow using langgraph. This workflow could take hours to day to complete, and it has state. Suppose that I have made a change on this workflow ( change the prompt or even change the graph architecture), and would like to deploy it. The workflows that are already running could not deal with this new versions, as it's already in "running" state with an old version.
I suppose that I need to implement some kind of versioning. And I suspext that it's a common use case. How are guys dealing with?
Beta Was this translation helpful? Give feedback.
All reactions