[PR #1824] [MERGED] fix: correct exit durability mode description #1882

Closed
opened 2026-02-17 17:22:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1824
Author: @victorm-lc
Created: 12/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @victorm-lc

Base: mainHead: vic/fix-durability-modes


📝 Commits (2)

  • ea94e46 fix: description for exit durability mode
  • f5a3c7e remove silly files

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/langgraph/durable-execution.mdx (+1 -1)

📄 Description

Summary

  • Fix incorrect documentation stating exit mode doesn't support interrupts
  • Clarify that exit mode only fails on system crashes, not interrupts

Context

Per source code, checkpoints are written on exit including interrupts.


🔄 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/docs/pull/1824 **Author:** [@victorm-lc](https://github.com/victorm-lc) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@victorm-lc](https://github.com/victorm-lc) **Base:** `main` ← **Head:** `vic/fix-durability-modes` --- ### 📝 Commits (2) - [`ea94e46`](https://github.com/langchain-ai/docs/commit/ea94e46ba42b3423f1e026ebef8c304e7e5abe65) fix: description for exit durability mode - [`f5a3c7e`](https://github.com/langchain-ai/docs/commit/f5a3c7e132ddbdea6e1145b2bdea56f3a8c083ff) remove silly files ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/durable-execution.mdx` (+1 -1) </details> ### 📄 Description ## Summary - Fix incorrect documentation stating exit mode doesn't support interrupts - Clarify that exit mode only fails on system crashes, not interrupts ## Context Per [source code](https://github.com/langchain-ai/langgraph/blob/4d01e69b823c4126f375cbed72fed7c5797d1b91/libs/langgraph/langgraph/pregel/_loop.py#L830), checkpoints are written on exit including interrupts. --- <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-17 17:22:50 -05:00
yindo closed this issue 2026-02-17 17:22:50 -05:00
yindo changed title from [PR #1824] fix: correct exit durability mode description to [PR #1824] [MERGED] fix: correct exit durability mode description 2026-06-05 18:15:28 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1882