hterik commented on issue #19657:
URL: https://github.com/apache/airflow/issues/19657#issuecomment-972577525


   After opening latest version of code it seems like it got fixed recently by 
https://github.com/apache/airflow/commit/8dc95415c68a4cef36eb4e02b5558288981891e2,
 which detects this particular ApiException as non retryable.
   
   Still wondering about the general design, if the retries need backoff or if 
task status should be monitored for abortion in this queue?
   Just some starter questions if one were to work on this: Is the TaskInstance 
state available in the KubernetesExectuor or does it need to be synchronized 
from some other thread or the db? I see the current queue inside only holds 
TaskInstanceKeys.


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