You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2016/06/14 22:20:30 UTC

[jira] [Closed] (AIRFLOW-222) Running task instances should show duration in UI

     [ https://issues.apache.org/jira/browse/AIRFLOW-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Riccomini closed AIRFLOW-222.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Airflow 1.8

> Running task instances should show duration in UI
> -------------------------------------------------
>
>                 Key: AIRFLOW-222
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-222
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui, webserver
>            Reporter: Dan Davydov
>            Assignee: Kengo Seki
>            Priority: Minor
>              Labels: newbie, starter
>             Fix For: Airflow 1.8
>
>
> At the moment mousing over a task instance (square) in the Airflow tree view only shows the duration for completed task, and shows "Duration: null" for running tasks. Instead the UI should show the current task instance's duration (given by datetime.datetime.now() - ti.start_date) for running tasks.
> Bonus points for incrementing the duration on the client in real-time after it fetches the initial duration. from the server
> Even more bonus points for adding a duration field to the admin/airflow/task endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)