OmairK opened a new issue #11005:
URL: https://github.com/apache/airflow/issues/11005


   
   
   **Description**
   
   Add an annotation to failed pods "already_checked=True" for a task rerun to 
create a new pod.
   
   **Use case / motivation**
   In the case of pod failures, we WANT to reattach the first time so the 
failure can be reported.
   Instead, we should add an annotation to that failed pod of 
"already_checked=True". This way the first time the task re-runs it would 
re-attach and fail, but the second time it would see the annotation and create 
a new pod instead. #10020 
[(comment)](https://github.com/apache/airflow/issues/10020#issuecomment-692969606)
   
   


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

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


Reply via email to