Colin, Have a look at the link below: https://www.agari.com/a-summer-interns-journey-into-airflow-agari/
We committed some changes to master over the Summer that provide a few new UI controls: * A new Task Tries view that plots Task Tries as a function of time for each task in a DAG * A Cumulative Duration checkbox to show the total time a task takes, including all retries, not just the time taken for the task's eventually successful run. -s On Mon, Oct 10, 2016 at 12:54 PM, Colin Son <[email protected]> wrote: > Hello, > > Whenever a Task Instance fails, retries, and succeeds, I noticed that the > WEB UI doesn't show you that it failed/retried. You would have to look in > the logs of that failed Task Instance and see if that Task Instance failed > or not. How come it doesn't show that the Task Instance's state initially > was failed/retried in the Task Instances page in the Web UI? I noticed that > it marks the state as "Success", even after it failed/retried/and > succeeded. Is there a way to change this? > > Thanks >
