mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-02 14:08:42 +02:00
x
This commit is contained in:
@@ -345,11 +345,11 @@ class PregelLoop(LoopProtocol):
|
||||
(PUSH, task.path, write_idx, task.id, call),
|
||||
None,
|
||||
checkpoint=self.checkpoint,
|
||||
pending_writes=[(task.id, *w) for w in task.writes],
|
||||
pending_writes=self.checkpoint_pending_writes,
|
||||
processes=self.nodes,
|
||||
channels=self.channels,
|
||||
managed=self.managed,
|
||||
config=self.config,
|
||||
config=task.config,
|
||||
step=self.step,
|
||||
for_execution=True,
|
||||
store=self.store,
|
||||
|
||||
Reference in New Issue
Block a user