-
-
Notifications
You must be signed in to change notification settings - Fork 319
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 stages to allow for continuation after crashes #1341
Conversation
What's the status? :) We could also just move parts of the stages I guess? |
@addisoncrump was going to try to implement some magic for the executor issue... |
Do we want this for next release? If so I can rebase and try to implement the fix for executor. |
Yes? :D |
i'll not merge executor0701 branch so i made this pr point to main |
@addisoncrump if you ever find the time... |
So this is superseeded by #1780 right? |
i guess so also this is based on my un-merged failed branch. so it can't be merged anymore |
Reopen if still relevant. |
This PR refactors the stages to allow for continuation at the point we left off after a crash, which is necessary for e.g. crash exploration.