[PR #663] [MERGED] Adjust default error policy #1594

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/663
Author: @nfcampos
Created: 6/13/2024
Status: Merged
Merged: 6/13/2024
Merged by: @nfcampos

Base: mainHead: nc/13jun/adjust-default-error-policy


📝 Commits (1)

  • b6cc30c Adjust default error policy

📊 Changes

3 files changed (+10 additions, -4 deletions)

View changed files

📝 langgraph/pregel/retry.py (+8 -2)
📝 tests/test_pregel.py (+1 -1)
📝 tests/test_pregel_async.py (+1 -1)

📄 Description

  • Add information about the last exception to retry logging
  • Add a few more exceptions to the list not retried by default

🔄 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/663 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/13jun/adjust-default-error-policy` --- ### 📝 Commits (1) - [`b6cc30c`](https://github.com/langchain-ai/langgraph/commit/b6cc30c6d4ee2b974d19042c745f03fac47a4a6b) Adjust default error policy ### 📊 Changes **3 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/retry.py` (+8 -2) 📝 `tests/test_pregel.py` (+1 -1) 📝 `tests/test_pregel_async.py` (+1 -1) </details> ### 📄 Description - Add information about the last exception to retry logging - Add a few more exceptions to the list not retried by default --- <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:06 -05:00
yindo closed this issue 2026-02-20 17:45:06 -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#1594