[PR #379] [MERGED] Make end-of-step chckpointing costfree #1423

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/379
Author: @nfcampos
Created: 5/3/2024
Status: Merged
Merged: 5/3/2024
Merged by: @nfcampos

Base: mainHead: nc/3may/checkpoint-end-of-step-costfree


📝 Commits (1)

  • 45149d2 Make end-of-step chckpointing costfree

📊 Changes

1 file changed (+22 additions, -4 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+22 -4)

📄 Description

  • instead of waiting for checkpoint put before proceeding, submit to executor / event loop and await all at the end

🔄 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/379 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/3may/checkpoint-end-of-step-costfree` --- ### 📝 Commits (1) - [`45149d2`](https://github.com/langchain-ai/langgraph/commit/45149d2dc5eef8b13266612c0104989883058e77) Make end-of-step chckpointing costfree ### 📊 Changes **1 file changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+22 -4) </details> ### 📄 Description - instead of waiting for checkpoint put before proceeding, submit to executor / event loop and await all at the end --- <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:41 -05:00
yindo closed this issue 2026-02-20 17:44:41 -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#1423