You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.
When using a graph with async checkpointer(sqlite / postgres) and calling sync method get_state_history, the program blocks and cannot continue running.
I expect the sync method to either throw a NotImplementedError exception or continue running, but without leveraging the benefits of async.
System Info
System Information
OS: Linux
Python Version: 3.13.1 (main, Dec 4 2024, 08:54:15) [GCC 13.2.0]
Checked other resources
Example Code
Description
When using a graph with async checkpointer(sqlite / postgres) and calling sync method
get_state_history
, the program blocks and cannot continue running.I expect the sync method to either throw a
NotImplementedError
exception or continue running, but without leveraging the benefits of async.System Info
System Information
Package Information
The text was updated successfully, but these errors were encountered: