[PR #795] [MERGED] fix(langgraph): abort graph execution when config.signal is aborted #1015

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/795
Author: @benjamincburns
Created: 1/22/2025
Status: Merged
Merged: 1/22/2025
Merged by: @benjamincburns

Base: mainHead: ben/fix-signal


📝 Commits (1)

  • d413473 fix(langgraph): abort graph execution when config.signal is aborted

📊 Changes

2 files changed (+39 additions, -0 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+1 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+38 -0)

📄 Description

Passes through signal to PregelRunner and adds test to guard against this regression in the future.


🔄 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/795 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `ben/fix-signal` --- ### 📝 Commits (1) - [`d413473`](https://github.com/langchain-ai/langgraphjs/commit/d413473be552568df43ebce277fbdaea71ae4b9d) fix(langgraph): abort graph execution when config.signal is aborted ### 📊 Changes **2 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+1 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+38 -0) </details> ### 📄 Description Passes through signal to `PregelRunner` and adds test to guard against this regression in the future. --- <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 19:16:48 -05:00
yindo closed this issue 2026-02-15 19:16:48 -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#1015