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

FEAT add a way to kill a running submission #587

Open
tomMoral opened this issue Feb 21, 2023 · 0 comments
Open

FEAT add a way to kill a running submission #587

tomMoral opened this issue Feb 21, 2023 · 0 comments

Comments

@tomMoral
Copy link
Collaborator

Sometime, we need to manually kill some submissions running on the server (either directly or with AWS).

As the dispatcher is robust to submissions that receive a SIGTERM signal, one way to do this is to kill the process?
This could be done in AWS by running ssh ... kill PID, where the PID is computed using top and grep with the submission name.

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

No branches or pull requests

1 participant