[PR #1611] [CLOSED] Move some of the setup of tasks to PregelRunner #2187

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1611
Author: @nfcampos
Created: 9/4/2024
Status: Closed

Base: mainHead: nc/4sep/move-task-setup-runner


📝 Commits (1)

  • 0c553f2 Move some of the setup of tasks to PregelRunner

📊 Changes

6 files changed (+151 additions, -114 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/__init__.py (+24 -12)
📝 libs/langgraph/langgraph/pregel/algo.py (+14 -85)
📝 libs/langgraph/langgraph/pregel/loop.py (+0 -3)
📝 libs/langgraph/langgraph/pregel/retry.py (+9 -5)
📝 libs/langgraph/langgraph/pregel/runner.py (+100 -3)
📝 libs/langgraph/langgraph/pregel/types.py (+4 -6)

📄 Description

  • this is moving some code that should run in executor, not orchestrator

🔄 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/1611 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nc/4sep/move-task-setup-runner` --- ### 📝 Commits (1) - [`0c553f2`](https://github.com/langchain-ai/langgraph/commit/0c553f2cb87f63dc8c63cd3a07267a39ab0852c7) Move some of the setup of tasks to PregelRunner ### 📊 Changes **6 files changed** (+151 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+24 -12) 📝 `libs/langgraph/langgraph/pregel/algo.py` (+14 -85) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+0 -3) 📝 `libs/langgraph/langgraph/pregel/retry.py` (+9 -5) 📝 `libs/langgraph/langgraph/pregel/runner.py` (+100 -3) 📝 `libs/langgraph/langgraph/pregel/types.py` (+4 -6) </details> ### 📄 Description - this is moving some code that should run in executor, not orchestrator --- <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:46:29 -05:00
yindo closed this issue 2026-02-20 17:46:29 -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#2187