[PR #1413] [MERGED] Interrupts shouldn't be retried #2054

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1413
Author: @nfcampos
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @nfcampos

Base: mainHead: nc/21aug/interrupt-no-retry


📝 Commits (3)

📊 Changes

3 files changed (+89 additions, -1 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/retry.py (+7 -0)
📝 libs/langgraph/tests/test_pregel.py (+6 -1)
📝 libs/langgraph/tests/test_pregel_async.py (+76 -0)

📄 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/1413 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/21aug/interrupt-no-retry` --- ### 📝 Commits (3) - [`6e5d6c1`](https://github.com/langchain-ai/langgraph/commit/6e5d6c1acf2f75257d537e237f0e403eb03bb3c2) Interrupts shouldn't be retried - [`f5912a9`](https://github.com/langchain-ai/langgraph/commit/f5912a905e55c43782d02d2ed5129cc7bb0def77) Add async test - [`20a7b0a`](https://github.com/langchain-ai/langgraph/commit/20a7b0a791f8fbb5de60289d50e73849fed88f2b) Lint ### 📊 Changes **3 files changed** (+89 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/retry.py` (+7 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+6 -1) 📝 `libs/langgraph/tests/test_pregel_async.py` (+76 -0) </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:46:11 -05:00
yindo closed this issue 2026-02-20 17:46:11 -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#2054