[PR #1049] [MERGED] pregel: Support retry policy per node #1854

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1049
Author: @nfcampos
Created: 7/17/2024
Status: Merged
Merged: 7/17/2024
Merged by: @nfcampos

Base: mainHead: nc/17jul/pregel-node-retry-policy


📝 Commits (1)

  • e4bfcff pregel: Support retry policy per node

📊 Changes

6 files changed (+96 additions, -112 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/__init__.py (+14 -9)
📝 libs/langgraph/langgraph/pregel/debug.py (+4 -4)
📝 libs/langgraph/langgraph/pregel/io.py (+7 -7)
📝 libs/langgraph/langgraph/pregel/read.py (+15 -39)
📝 libs/langgraph/langgraph/pregel/retry.py (+4 -52)
📝 libs/langgraph/langgraph/pregel/types.py (+52 -1)

📄 Description

  • to expose from StateGraph in future PR

🔄 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/1049 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/17jul/pregel-node-retry-policy` --- ### 📝 Commits (1) - [`e4bfcff`](https://github.com/langchain-ai/langgraph/commit/e4bfcffed4b83eadae3b37726e1a289f2ae962b5) pregel: Support retry policy per node ### 📊 Changes **6 files changed** (+96 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+14 -9) 📝 `libs/langgraph/langgraph/pregel/debug.py` (+4 -4) 📝 `libs/langgraph/langgraph/pregel/io.py` (+7 -7) 📝 `libs/langgraph/langgraph/pregel/read.py` (+15 -39) 📝 `libs/langgraph/langgraph/pregel/retry.py` (+4 -52) 📝 `libs/langgraph/langgraph/pregel/types.py` (+52 -1) </details> ### 📄 Description - to expose from StateGraph in future PR --- <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:45:42 -05:00
yindo closed this issue 2026-02-20 17:45:42 -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#1854