mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 20:27:54 +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