Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix race condition, and add pool support to store. #21

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

tjni
Copy link
Owner

@tjni tjni commented Dec 10, 2024

Applying langchain-ai/langgraph#2494. Replaces #20.

In that PR, a pool is created through arguments passed into the from_conn_string method of the store, but I've opted for the time being to leave that out and require pool creation first before passing it into the constructor of the store. This is what is needed currently for the checkpointer. I'm keeping it like this for now in case this difference upstream needs to be sorted out in the future.

@tjni tjni force-pushed the wfh/_/parallel_tests branch from f4a1f7e to c9418ac Compare December 10, 2024 00:06
@tjni tjni merged commit f80cdd7 into main Dec 10, 2024
6 checks passed
@tjni tjni deleted the wfh/_/parallel_tests branch December 10, 2024 02:01
@dav3yblaz3
Copy link

ty team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants