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

Implement serialization with msgpack library #1716

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Conversation

nfcampos
Copy link
Contributor

  • encode custom python objects with a msgpack extension type, with constructor path string, and args encoded as nested msgpack doc

- encode custom python objects with a msgpack extension type, with constructor path string, and args encoded as nested msgpack doc
- should use our serializer to load, as inputs to subgraphs are serialized using it
@nfcampos nfcampos merged commit 3b05279 into main Sep 16, 2024
53 checks passed
@nfcampos nfcampos deleted the nc/13sep/msgpack branch September 16, 2024 21:06
@zzaym
Copy link

zzaym commented Sep 24, 2024

Hey @nfcampos, it seems this change breaks redis checkpointer #1123 (comment).

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