-
Notifications
You must be signed in to change notification settings - Fork 98
Pipeline state dump and load #352
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
Draft
NathalieCharbel
wants to merge
20
commits into
neo4j:main
Choose a base branch
from
NathalieCharbel:pipeline-state-dump-and-load
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+431
−12
Draft
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4a93761
Serialize/deserialize component state
NathalieCharbel f940506
Run pipeline until/Resume pipeline from
NathalieCharbel 12d2e26
Remove in memory storage support for pipeline state
NathalieCharbel 8a00015
Add pipeline run_id and ability to save and load state from json file
NathalieCharbel 5f0c892
Add unit tests
NathalieCharbel 22722b8
Update changelog and docs
NathalieCharbel 9a57046
Ruff
NathalieCharbel d1f7389
Remove state management for component
NathalieCharbel 8bc8ac0
Remove resume_from and run_until and reuse existing run interface
NathalieCharbel f76e5ca
Add dump and load to InMemoryStore
NathalieCharbel 2cc5b99
Ruff
NathalieCharbel 2a819ea
Add ability ro load and dump state by run_id
NathalieCharbel 472eaf1
Allow orchestrator to run use a run_id from previous run
NathalieCharbel 13254dd
Refactor pipeline and validate loaded state
NathalieCharbel a9413d3
Refactor pipeline run_id management
NathalieCharbel 64bdc66
Ensure previous run_ids are kept in store
NathalieCharbel d020a7e
Ensure resume run with different run_ids
NathalieCharbel c97bb97
Cleanup stores
NathalieCharbel 74e7db0
Ensure proper handling of previous run_ids
NathalieCharbel 0ca4c60
Update changelog and docs
NathalieCharbel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So here we are removing all results from a previous run with this run_id, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes!