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

Kill a running job when requested #27

Open
hcadavid opened this issue Sep 26, 2024 · 0 comments
Open

Kill a running job when requested #27

hcadavid opened this issue Sep 26, 2024 · 0 comments
Assignees

Comments

@hcadavid
Copy link
Contributor

Complete the implementation of the 'kill job' event

#PoC TODO, using k8s container manager
print(f">>>>>>>Here I'm supposed to kill a runnin job pod given this info: {json.dumps(kill_info, indent = 4)}")
return []
""""
kill_info:
"kill_list": [
{
"task_id": 3,
"run_id": 3,
"organization_id": 2
}
],
"collaboration_id": 1

@hcadavid hcadavid self-assigned this Sep 26, 2024
@hcadavid hcadavid added this to Sprints Nov 19, 2024
@hcadavid hcadavid moved this to Todo in Sprints Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant