You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/27 20:41:11 UTC

[GitHub] [airflow] dimberman opened a new issue #7917: Differentiate Between Failure and Timeout

dimberman opened a new issue #7917: Differentiate Between Failure and Timeout
URL: https://github.com/apache/airflow/issues/7917
 
 
   
   
   **Description**
   
   
                       Currently, timeouts (when a task's runtime reaches the task-defined timeout) are classified as a failure. It would be useful to differentiate states between a failure due to a timeout and, as an example, a failure due to an exception being raised in a PythonOperator.
   
   At a minimum, it would be useful to see a task which failed due to timeout visualized as a different color in the Tree View. It would also be nice to utilize this classification as part of DAG logic. Examples here include an option to retry on timeouts specifically, and the ability to take a different action downstream if a particular task failed due to timeout.
               
   
   **Use case / motivation**
   
   **Related Issues**
   
   Moved here from https://issues.apache.org/jira/browse/AIRFLOW-123

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] dimberman closed issue #7917: Differentiate Between Failure and Timeout

Posted by GitBox <gi...@apache.org>.
dimberman closed issue #7917: Differentiate Between Failure and Timeout
URL: https://github.com/apache/airflow/issues/7917
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services