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

[jira] [Created] (AIRFLOW-222) Running Task Instances in UI should show duration

Dan Davydov created AIRFLOW-222:
-----------------------------------

             Summary: Running Task Instances in UI should show duration
                 Key: AIRFLOW-222
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-222
             Project: Apache Airflow
          Issue Type: Improvement
          Components: ui, webserver
            Reporter: Dan Davydov
            Priority: Minor


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)