[PR #3810] [MERGED] feat: add timeout and error handling doc #3828

Closed
opened 2026-06-05 18:53:17 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3810
Author: @longquanzheng
Created: 4/30/2026
Status: Merged
Merged: 5/1/2026
Merged by: @lnhsingh

Base: mainHead: long/timeout-err-handle


📝 Commits (10+)

📊 Changes

8 files changed (+671 additions, -2 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+4 -0)
📝 src/docs.json (+1 -0)
📝 src/oss/langgraph/durable-execution.mdx (+88 -0)
📝 src/oss/langgraph/graph-api.mdx (+1 -1)
📝 src/oss/langgraph/thinking-in-langgraph.mdx (+37 -1)
src/oss/langgraph/timeout-and-error-handling.mdx (+458 -0)
📝 src/oss/langgraph/use-functional-api.mdx (+8 -0)
📝 src/oss/langgraph/use-graph-api.mdx (+74 -0)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/3810 **Author:** [@longquanzheng](https://github.com/longquanzheng) **Created:** 4/30/2026 **Status:** ✅ Merged **Merged:** 5/1/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `long/timeout-err-handle` --- ### 📝 Commits (10+) - [`48cdbed`](https://github.com/langchain-ai/docs/commit/48cdbed699a88f80ab9f288c2a819024fde78fb8) feat: add timeout and error handling doc - [`1c84ed7`](https://github.com/langchain-ai/docs/commit/1c84ed778ba9e5208d87d290443df86eb3f0d062) fix: move cross-links inside :::python fences to avoid broken JS-side URLs - [`42b1004`](https://github.com/langchain-ai/docs/commit/42b1004c2e5ea3f7af2600840342a47db3a84f60) done - [`ecdf138`](https://github.com/langchain-ai/docs/commit/ecdf1384ace41cdb5ad6dc826fd2eda15b7166da) version - [`046853a`](https://github.com/langchain-ai/docs/commit/046853afcb80ea09266733492d1b412492249a8f) done - [`9b13f09`](https://github.com/langchain-ai/docs/commit/9b13f092fc7021f8e6a526e501c9a62738c23d7e) boom - [`e89f1db`](https://github.com/langchain-ai/docs/commit/e89f1db4df4264f8962665507fb05dd3dc0d8e7d) more - [`9f1b39a`](https://github.com/langchain-ai/docs/commit/9f1b39a542c6aa495d86a2530759c4f557c10c6f) version callouts - [`9e29edc`](https://github.com/langchain-ai/docs/commit/9e29edcbf6191e3a3da2e69f392c91847339c5b1) boom drain etc - [`17ec9c7`](https://github.com/langchain-ai/docs/commit/17ec9c7ead1c1ca1342e1445bea37d32e08fc426) link ### 📊 Changes **8 files changed** (+671 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+4 -0) 📝 `src/docs.json` (+1 -0) 📝 `src/oss/langgraph/durable-execution.mdx` (+88 -0) 📝 `src/oss/langgraph/graph-api.mdx` (+1 -1) 📝 `src/oss/langgraph/thinking-in-langgraph.mdx` (+37 -1) ➕ `src/oss/langgraph/timeout-and-error-handling.mdx` (+458 -0) 📝 `src/oss/langgraph/use-functional-api.mdx` (+8 -0) 📝 `src/oss/langgraph/use-graph-api.mdx` (+74 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: Need to wait for https://github.com/langchain-ai/langgraph/pull/7659 <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-06-05 18:53:17 -04:00
yindo closed this issue 2026-06-05 18:53:17 -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#3828