[PR #1062] [MERGED] Enable configuring retry policy for each node of StateGraph #1860

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

📋 Pull Request Information

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

Base: mainHead: nc/18jul/node-retry-policy


📝 Commits (1)

  • 833b1fa Enable configuring retry policy for each node of StateGraph

📊 Changes

3 files changed (+17 additions, -11 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/state.py (+7 -1)
📝 libs/langgraph/langgraph/pregel/types.py (+4 -4)
📝 libs/langgraph/tests/test_pregel.py (+6 -6)

📄 Description

No description provided


🔄 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/1062 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 7/18/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/18jul/node-retry-policy` --- ### 📝 Commits (1) - [`833b1fa`](https://github.com/langchain-ai/langgraph/commit/833b1faba2c51d55bf7887054ec2f3fbd250d740) Enable configuring retry policy for each node of StateGraph ### 📊 Changes **3 files changed** (+17 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/state.py` (+7 -1) 📝 `libs/langgraph/langgraph/pregel/types.py` (+4 -4) 📝 `libs/langgraph/tests/test_pregel.py` (+6 -6) </details> ### 📄 Description _No description provided_ --- <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:43 -05:00
yindo closed this issue 2026-02-20 17:45:43 -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#1860