[PR #1845] [MERGED] feature: cron.on_run_completed support #1772

Closed
opened 2026-02-15 20:16:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (2)

  • 7c41e1d feature: cron.on_run_completed support
  • 28c5626 add changeset

📊 Changes

4 files changed (+17 additions, -0 deletions)

View changed files

.changeset/cron-on-run-completed.md (+5 -0)
📝 libs/sdk/src/client.ts (+1 -0)
📝 libs/sdk/src/schema.ts (+3 -0)
📝 libs/sdk/src/types.ts (+8 -0)

📄 Description

Description: this PR adds cron.on_run_completed support to the SDK.

documentation https://github.com/langchain-ai/docs/pull/2147
py equivalent change https://github.com/langchain-ai/langgraph/pull/6662
original langgraph-api change https://github.com/langchain-ai/langgraph-api/pull/1731

Issue: LSD-172


🔄 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/langgraphjs/pull/1845 **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 (2) - [`7c41e1d`](https://github.com/langchain-ai/langgraphjs/commit/7c41e1de60c0f2f541bd86474b271cc942eeeac9) feature: cron.on_run_completed support - [`28c5626`](https://github.com/langchain-ai/langgraphjs/commit/28c56269cf0af8520fdb46924964b624fce90b3a) add changeset ### 📊 Changes **4 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/cron-on-run-completed.md` (+5 -0) 📝 `libs/sdk/src/client.ts` (+1 -0) 📝 `libs/sdk/src/schema.ts` (+3 -0) 📝 `libs/sdk/src/types.ts` (+8 -0) </details> ### 📄 Description **Description:** this PR adds cron.on_run_completed support to the SDK. documentation https://github.com/langchain-ai/docs/pull/2147 py equivalent change https://github.com/langchain-ai/langgraph/pull/6662 original langgraph-api change https://github.com/langchain-ai/langgraph-api/pull/1731 **Issue:** LSD-172 --- <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-15 20:16:47 -05:00
yindo closed this issue 2026-02-15 20:16:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1772