[PR #2147] [MERGED] feat(sdk-py,langgraphjs): cron.on_run_completed support #2171

Closed
opened 2026-02-17 17:23:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2147
Author: @cwlbraa
Created: 1/8/2026
Status: Merged
Merged: 1/9/2026
Merged by: @cwlbraa

Base: mainHead: cwlbraa/cron-cleanup-LSD-172


📝 Commits (3)

📊 Changes

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

View changed files

📝 src/langsmith/cron-jobs.mdx (+71 -1)

📄 Description

Overview

This PR documents the new on_run_completed:{keep,delete} parameter of cron creation.

Type of change

Type: Document new feature

Related issues/PRs

https://github.com/langchain-ai/langgraph/pull/6662
https://github.com/langchain-ai/langgraphjs/pull/1845
https://github.com/langchain-ai/langgraph-api/pull/1731

  • Linear issue: LSD-172

Checklist

  • I have read the contributing guidelines
  • 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


🔄 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/2147 **Author:** [@cwlbraa](https://github.com/cwlbraa) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@cwlbraa](https://github.com/cwlbraa) **Base:** `main` ← **Head:** `cwlbraa/cron-cleanup-LSD-172` --- ### 📝 Commits (3) - [`13e2f4d`](https://github.com/langchain-ai/docs/commit/13e2f4d5e4a5b50c6b45cd0a4b65939b0061d64c) feature: cron.on_run_completed support - [`076e5f0`](https://github.com/langchain-ai/docs/commit/076e5f00715659d23e3e46f1040c7183f68c3d6b) document versions - [`504cabd`](https://github.com/langchain-ai/docs/commit/504cabd8e5275d20cdfe67a716785133cd9e16c7) address comments ### 📊 Changes **1 file changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/cron-jobs.mdx` (+71 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> This PR documents the new on_run_completed:{keep,delete} parameter of cron creation. ## Type of change **Type:** Document new feature ## Related issues/PRs https://github.com/langchain-ai/langgraph/pull/6662 https://github.com/langchain-ai/langgraphjs/pull/1845 https://github.com/langchain-ai/langgraph-api/pull/1731 <!-- For LangChain employees, if applicable: --> - Linear issue: LSD-172 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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) --- <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:23:08 -05:00
yindo closed this issue 2026-02-17 17:23:08 -05:00
yindo changed title from [PR #2147] feat(sdk-py,langgraphjs): cron.on_run_completed support to [PR #2147] [MERGED] feat(sdk-py,langgraphjs): cron.on_run_completed support 2026-06-05 18:17:03 -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#2171