[PR #559] [MERGED] fix: Fix checkpointer race condition #850

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/559
Author: @jacoblee93
Created: 10/7/2024
Status: Merged
Merged: 10/7/2024
Merged by: @jacoblee93

Base: mainHead: jacob/race_condition


📝 Commits (2)

📊 Changes

4 files changed (+6756 additions, -6636 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+1 -1)
libs/langgraph/src/tests/pregel.slow_checkpointer.int.test.ts (+4 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+6730 -6635)
📝 libs/langgraph/src/tests/utils.ts (+21 -0)

📄 Description

FYI @bracesproul


🔄 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/559 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/race_condition` --- ### 📝 Commits (2) - [`06e000f`](https://github.com/langchain-ai/langgraphjs/commit/06e000f2879a4b18b0a65017110438327254d23f) Fix checkpointer race condition - [`8f24a99`](https://github.com/langchain-ai/langgraphjs/commit/8f24a99747c5a317ef5b751f0273a188689a871d) Fix ### 📊 Changes **4 files changed** (+6756 additions, -6636 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+1 -1) ➕ `libs/langgraph/src/tests/pregel.slow_checkpointer.int.test.ts` (+4 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+6730 -6635) 📝 `libs/langgraph/src/tests/utils.ts` (+21 -0) </details> ### 📄 Description FYI @bracesproul --- <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:08 -05:00
yindo closed this issue 2026-02-15 19:16:08 -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#850