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

Add an option to resume jobs using a different jobname. #2082

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

WRansohoff
Copy link
Contributor

We want a way to let people re-run partially completed jobs with a different job name. Based on designers' experience, it should help with debugging by avoiding the deletion of partial results for any failed steps in the old job.

Unfortunately, we don't have a good way to find what the "last" job name was, especially if the user has been running design experiments with many different names. I've added a Schema parameter to let people specify a new name to resume the job with, but I am open to other approaches.

Includes a CI test which verifies that jobs can be resumed with a new name, without deleting old results/logs/etc.

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.

None yet

1 participant