[
https://issues.apache.org/jira/browse/AIRFLOW-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746484#comment-16746484
]
ASF subversion and git services commented on AIRFLOW-3591:
----------------------------------------------------------
Commit 5abd19e250f7394018ec66ef9722a66bb7b3dad2 in airflow's branch
refs/heads/master from Stefan Seelmann
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=5abd19e ]
[AIRFLOW-3591] Fix start date, end date, duration for rescheduled tasks (#4502)
* Use first start date when running a rescheduled task, this also fixes
the duration. Use actual start date to record reschedule requests.
* Simplify gantt view code now that start date and duration are correct
in `task_instance` table
> Fix start date, end date, duration for rescheduled tasks
> --------------------------------------------------------
>
> Key: AIRFLOW-3591
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3591
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: webserver
> Affects Versions: 1.10.1
> Reporter: Stefan Seelmann
> Assignee: Stefan Seelmann
> Priority: Major
> Fix For: 2.0.0
>
>
> For each reschedule the task instance start date is currently set the now()
> which also implies that the duration is also too wrong (usually one or a few
> seconds).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)