-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp: implement internal queue.kill support #7587
Labels
A: experiments
Related to dvc exp
Comments
karajan1001
added a commit
to karajan1001/dvc
that referenced
this issue
May 9, 2022
fix: iterative#7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed.
2 tasks
karajan1001
added a commit
to karajan1001/dvc
that referenced
this issue
May 13, 2022
fix: iterative#7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
pmrowla
pushed a commit
that referenced
this issue
May 14, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
There are still some related works
|
pmrowla
pushed a commit
that referenced
this issue
Jun 2, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
Repository owner
moved this from Review In Progress
to Done
in DVC
Jun 7, 2022
dberenbaum
pushed a commit
that referenced
this issue
Jun 13, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
pmrowla
pushed a commit
that referenced
this issue
Jun 14, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
pmrowla
pushed a commit
that referenced
this issue
Jul 5, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
pmrowla
pushed a commit
that referenced
this issue
Jul 6, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
pmrowla
pushed a commit
that referenced
this issue
Jul 11, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
pmrowla
pushed a commit
that referenced
this issue
Jul 12, 2022
fix: #7587 1. Add implement kill method for local queue class 2. Add a test to make sure the following job will be success after the original job was killed. 3. Some refactoring work on `exp remove`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dvc-task/exp queue currently support
experiments.queue.remove
for removing inactive experiments.experiments.queue.kill
API call for cancelling/terminating individual active experiments is still needed.prerequisite for #7591
Job termination requires:
exp run
subprocess via dvc-taskproc.kill
The text was updated successfully, but these errors were encountered: