[PR #244] [MERGED] Collect pending writes for each node separately #1324

Closed
opened 2026-02-20 17:44:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/244
Author: @nfcampos
Created: 3/30/2024
Status: Merged
Merged: 4/1/2024
Merged by: @nfcampos

Base: mainHead: nc/30mar/pending-writes-by-channel


📝 Commits (1)

  • 885e588 Collect pending writes for each node separately

📊 Changes

2 files changed (+69 additions, -24 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+64 -22)
📝 langgraph/pregel/debug.py (+5 -2)

📄 Description

  • ensures that order of updates sent to channels is independent of timing differences when parallel executing multiple nodes
  • enables future features

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/244 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 3/30/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/30mar/pending-writes-by-channel` --- ### 📝 Commits (1) - [`885e588`](https://github.com/langchain-ai/langgraph/commit/885e5884c56822dd52d84fb502263d5381769146) Collect pending writes for each node separately ### 📊 Changes **2 files changed** (+69 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+64 -22) 📝 `langgraph/pregel/debug.py` (+5 -2) </details> ### 📄 Description - ensures that order of updates sent to channels is independent of timing differences when parallel executing multiple nodes - enables future features --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:27 -05:00
yindo closed this issue 2026-02-20 17:44:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1324