mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 23:22:27 +02:00
Comment
This commit is contained in:
@@ -248,6 +248,7 @@ class PregelRunner:
|
||||
# bail if not a PUSH write
|
||||
if w[0] != PUSH:
|
||||
continue
|
||||
# TODO apply changes from sync version
|
||||
# schedule the next task, if the callback returns one
|
||||
if next_task := self.schedule_task(
|
||||
task,
|
||||
|
||||
Reference in New Issue
Block a user