shubham36deshpande commented on PR #59160:
URL: https://github.com/apache/airflow/pull/59160#issuecomment-3622504830

   @SameerMesiah97, I see you have taken condition 
   ```
   self.on_finish_action == OnFinishAction.DELETE_ACTIVE_POD
   and (pod.status.phase == PodPhase.RUNNING or pod.status.phase == 
PodPhase.PENDING)
   ```
   
   isnt this true for all the running tasks?
   
   Also, can we implement a timebased mechanism for this? as some pods might be 
in pending state due to resource constaints for 1-2 mins and we dont want to 
delete them.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to