-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Complete the implementation of the 'kill job' event
v6-on-kubernetes-PoC/integration_poc/v6_k8s_node.py
Lines 659 to 673 in b7f0092
| #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 | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo