ephraimbuddy commented on PR #23720:
URL: https://github.com/apache/airflow/pull/23720#issuecomment-1240565460

   I don't think we should change how Kubernetes executor handles queued task 
instances that have overstayed in queued state. If a task stayed in queued 
state for a long time, then something is wrong and the task should be cleared 
since we have a configuration to detect and clear it.
   While https://github.com/apache/airflow/pull/26205 can also solve this 
issue, I think it's not necessary to send a task that's not in `scheduled` 
state to the executor. This is missing right now in backfill because the 
possibility to have many tasks set to scheduled was solved in 
https://github.com/apache/airflow/pull/26161.
   
   
   


-- 
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