-
Notifications
You must be signed in to change notification settings - Fork 5
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 a new method interrupt
to send SIGINT
to tasks.
#100
Comments
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 5, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method.
karajan1001
added a commit
that referenced
this issue
Dec 8, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method. 3. Add `group` option to `send_signal`, `kill`, `terminate`, `interrrupt`
karajan1001
added a commit
that referenced
this issue
Dec 8, 2022
fix: #100 Required from dvc to stop the checkpoint during running. 1. Add a new method interrupt to send SIGINT to tasks 2. Modify the unit test for this new method. 3. Add `group` option to `send_signal`, `kill`, `terminate`, `interrrupt`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @efiop in iterative/dvc#8624 (comment)
The text was updated successfully, but these errors were encountered: