[PR #4217] chore(langgraph): add JS examples for LG fault tolerance #4207

Open
opened 2026-06-05 19:13:08 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4217
Author: @christian-bromann
Created: 5/29/2026
Status: 🔄 Open

Base: mainHead: cb/js-fault-tolerance


📝 Commits (10+)

📊 Changes

3 files changed (+656 additions, -13 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+5 -0)
📝 src/docs.json (+1 -0)
📝 src/oss/langgraph/fault-tolerance.mdx (+650 -13)

📄 Description

Overview

Working on the following PRs that brings LangGraphJS in parity with Python fault tolerance primitives:

https://github.com/langchain-ai/langgraphjs/pull/2449
https://github.com/langchain-ai/langgraphjs/pull/2450
https://github.com/langchain-ai/langgraphjs/pull/2451

Type of change

Update existing documentation

Related issues/PRs

See above.

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/4217 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 5/29/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `cb/js-fault-tolerance` --- ### 📝 Commits (10+) - [`78b656f`](https://github.com/langchain-ai/docs/commit/78b656f0edd377c5634c84a789ad6c2d0b6deee3) chore(langgraph): add JS examples for LG fault tolerance - [`2a85c31`](https://github.com/langchain-ai/docs/commit/2a85c31387e59f9bef0eed7b243e857e0eb6521a) add references - [`f5c7a9f`](https://github.com/langchain-ai/docs/commit/f5c7a9fe4cd5ffbc4652806b03a42dd3abde0a50) edits - [`2d76f0c`](https://github.com/langchain-ai/docs/commit/2d76f0c8363592c6a6798a3dbcfe9fad0391dcc8) cr - [`4b404b2`](https://github.com/langchain-ai/docs/commit/4b404b275857887fead24849e036e2c319fcad58) jitter default to true - [`3e2f738`](https://github.com/langchain-ai/docs/commit/3e2f738d146ef0f989b3827346e780df40b12b70) update default retry behavior - [`c283490`](https://github.com/langchain-ai/docs/commit/c283490f2e335c92f10c3c5c61da31eac3d4d395) cr - [`d946b1c`](https://github.com/langchain-ai/docs/commit/d946b1ce31693c2d0ea11efdbbece43d7cb22c74) cr - [`4343a77`](https://github.com/langchain-ai/docs/commit/4343a7769dd49cd6914ba589b857b94a24f28843) cr - [`fa5ee1f`](https://github.com/langchain-ai/docs/commit/fa5ee1f121c770f39e413051f85bcf3c9fbc309d) cr ### 📊 Changes **3 files changed** (+656 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+5 -0) 📝 `src/docs.json` (+1 -0) 📝 `src/oss/langgraph/fault-tolerance.mdx` (+650 -13) </details> ### 📄 Description ## Overview Working on the following PRs that brings LangGraphJS in parity with Python fault tolerance primitives: https://github.com/langchain-ai/langgraphjs/pull/2449 https://github.com/langchain-ai/langgraphjs/pull/2450 https://github.com/langchain-ai/langgraphjs/pull/2451 ## Type of change Update existing documentation ## Related issues/PRs See above. <!-- 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) --> ## 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 19:13:08 -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#4207