Skip to content

Commit

Permalink
cleanup outdated commments
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed May 8, 2024
1 parent 07e1c63 commit f53604f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions task_processing/plugins/kubernetes/kubernetes_pod_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,6 @@ def kill(self, task_id: str) -> bool:
This function will request that Kubernetes delete the named Pod and will return
True if the Pod termination request was succesfully emitted or False otherwise.
"""
# NOTE: we're purposely not removing this task from `task_metadata` as we want
# to handle that with the Watch that we'll set to monitor each Pod for events.
# TODO(TASKPROC-242): actually handle termination events
terminated = self.kube_client.terminate_pod(
namespace=self.namespace,
pod_name=task_id,
Expand Down

0 comments on commit f53604f

Please sign in to comment.