[PR #354] [MERGED] Fix aiosqlite checkpointer running setup multiple times if called in … #1406

Closed
opened 2026-02-20 17:44:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/354
Author: @nfcampos
Created: 4/26/2024
Status: Merged
Merged: 4/29/2024
Merged by: @nfcampos

Base: nc/26apr/tracing-improvHead: nc/26apr/fix-aiosqlite


📝 Commits (2)

  • d2abdd0 Fix aiosqlite checkpointer running setup multiple times if called in parallel
  • a84e635 Use a lock instead

📊 Changes

1 file changed (+25 additions, -19 deletions)

View changed files

📝 langgraph/checkpoint/aiosqlite.py (+25 -19)

📄 Description

…parallel


🔄 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/langgraph/pull/354 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `nc/26apr/tracing-improv` ← **Head:** `nc/26apr/fix-aiosqlite` --- ### 📝 Commits (2) - [`d2abdd0`](https://github.com/langchain-ai/langgraph/commit/d2abdd049a1ff12061e291213080819e01aa632f) Fix aiosqlite checkpointer running setup multiple times if called in parallel - [`a84e635`](https://github.com/langchain-ai/langgraph/commit/a84e6354bc16c8ef4872f822f991986b93b0f8c1) Use a lock instead ### 📊 Changes **1 file changed** (+25 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/checkpoint/aiosqlite.py` (+25 -19) </details> ### 📄 Description …parallel --- <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-20 17:44:38 -05:00
yindo closed this issue 2026-02-20 17:44:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1406