[PR #3682] [MERGED] docs: document LSD_CHECKPOINT_DELETE env var #3716

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3682
Author: @cwlbraa
Created: 4/22/2026
Status: Merged
Merged: 4/28/2026
Merged by: @cwlbraa

Base: mainHead: cwlbraa/lsd-checkpoint-delete


📝 Commits (7)

  • 8f7a553 docs: document LSD_CHECKPOINT_DELETE env var
  • b7a3c70 docs: note langgraph-api>=0.7.103 for LSD_CHECKPOINT_DELETE
  • ffdfb69 docs: reword LSD_CHECKPOINT_DELETE to drop "wrapper" terminology
  • cb7822c docs: note LSD_CHECKPOINT_DELETE is postgres-only and future default
  • bd43554 docs: clarify "deferred deletes" will be the future default
  • e6ffb91 docs: rename to LS_CHECKPOINT_DELETE, bump min version to 0.8.1
  • 8e5759e Merge branch 'main' into cwlbraa/lsd-checkpoint-delete

📊 Changes

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

View changed files

📝 src/langsmith/env-var.mdx (+20 -0)

📄 Description

Summary

  • Adds an Agent Server env var reference entry for LSD_CHECKPOINT_DELETE, the feature flag that turns on deferred/background checkpoint deletion
  • Documents all five JSON config fields (enabled, enabledWorkerOnly, pollIntervalMs, batchSize, batchSleepMs) with defaults and an example

Test plan

  • make lint_prose FILES="src/langsmith/env-var.mdx" passes clean
  • Visual check of rendered page in preview

🔄 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/3682 **Author:** [@cwlbraa](https://github.com/cwlbraa) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/28/2026 **Merged by:** [@cwlbraa](https://github.com/cwlbraa) **Base:** `main` ← **Head:** `cwlbraa/lsd-checkpoint-delete` --- ### 📝 Commits (7) - [`8f7a553`](https://github.com/langchain-ai/docs/commit/8f7a553f85fd66feb70fb8d55da9f60842f1ed47) docs: document LSD_CHECKPOINT_DELETE env var - [`b7a3c70`](https://github.com/langchain-ai/docs/commit/b7a3c70f56b06663ae3426b5aad617e06ab8ef48) docs: note langgraph-api>=0.7.103 for LSD_CHECKPOINT_DELETE - [`ffdfb69`](https://github.com/langchain-ai/docs/commit/ffdfb699418417efb685de4c9e1e5999f63c754f) docs: reword LSD_CHECKPOINT_DELETE to drop "wrapper" terminology - [`cb7822c`](https://github.com/langchain-ai/docs/commit/cb7822cfbdb616e622ac11ce435acbef03809e8a) docs: note LSD_CHECKPOINT_DELETE is postgres-only and future default - [`bd43554`](https://github.com/langchain-ai/docs/commit/bd435541a02d253dc8c8bae6b8286ab3f360088d) docs: clarify "deferred deletes" will be the future default - [`e6ffb91`](https://github.com/langchain-ai/docs/commit/e6ffb918333668c282a857522409806b8ff5cd6a) docs: rename to LS_CHECKPOINT_DELETE, bump min version to 0.8.1 - [`8e5759e`](https://github.com/langchain-ai/docs/commit/8e5759ec2d09b11643c3ca5a9e2190035d0d6b23) Merge branch 'main' into cwlbraa/lsd-checkpoint-delete ### 📊 Changes **1 file changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/env-var.mdx` (+20 -0) </details> ### 📄 Description ## Summary - Adds an Agent Server env var reference entry for `LSD_CHECKPOINT_DELETE`, the feature flag that turns on deferred/background checkpoint deletion - Documents all five JSON config fields (`enabled`, `enabledWorkerOnly`, `pollIntervalMs`, `batchSize`, `batchSleepMs`) with defaults and an example ## Test plan - [x] `make lint_prose FILES="src/langsmith/env-var.mdx"` passes clean - [x] Visual check of rendered page in preview --- <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:52:55 -04:00
yindo closed this issue 2026-06-05 18:52:55 -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#3716