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

refactor execution store to use models.Execution #4677

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

wdbaruni
Copy link
Member

@wdbaruni wdbaruni commented Oct 30, 2024

To enable async scheduling and processing of executions, we need to store more info about executions and events in the local execution store in the compute nodes. This PR simplifies the execution store by directly storing models.Execution instead of the wrapper LocalExecutionState

@wdbaruni wdbaruni self-assigned this Oct 30, 2024
@wdbaruni wdbaruni merged commit 86a02fb into main Oct 30, 2024
11 of 13 checks passed
@wdbaruni wdbaruni deleted the execution-store-refactor2 branch October 30, 2024 14:57
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.

1 participant