You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Allison Wang (JIRA)" <ji...@apache.org> on 2017/06/30 18:09:00 UTC

[jira] [Updated] (AIRFLOW-1366) Add max_tries to task instance

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

Allison Wang updated AIRFLOW-1366:
----------------------------------
    Description: Right now Airflow deletes the task instance when user clear it. We have no way of keeping track of how many times a task instance gets run either via user or itself. So instead of deleting the task instance record, we should keep the only update the task instance state and keep try_number monotomically increasing.   (was: Right now Airflow deletes the task instance when user clear it. We have no universal way of keeping track of how many times a task instance attempts either via user or itself. )

> Add max_tries to task instance
> ------------------------------
>
>                 Key: AIRFLOW-1366
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1366
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Allison Wang
>            Assignee: Allison Wang
>
> Right now Airflow deletes the task instance when user clear it. We have no way of keeping track of how many times a task instance gets run either via user or itself. So instead of deleting the task instance record, we should keep the only update the task instance state and keep try_number monotomically increasing. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)