You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kevin Yang (JIRA)" <ji...@apache.org> on 2017/11/07 02:49:00 UTC

[jira] [Assigned] (AIRFLOW-1681) Create way to batch retry task instances in the CRUD

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

Kevin Yang reassigned AIRFLOW-1681:
-----------------------------------

    Assignee: Kevin Yang

> Create way to batch retry task instances in the CRUD
> ----------------------------------------------------
>
>                 Key: AIRFLOW-1681
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1681
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webserver
>            Reporter: Dan Davydov
>            Assignee: Kevin Yang
>
> The old way to batch retry tasks was to select them on the Task Instances page on the webserver and do a With Selected -> Delete.
> This no longer works as you will get overlapping task instance logs (e.g. the first retry log will be placed in the same location as the first try log). We need an option in the crud called With Selected -> Retry that does the same thing as With Selected -> Delete but follows the logic for task clearing (sets state to none, increases max_tries). Once this feature is stable With Selected -> Delete should probably be removed as it leaders to bad states with the logs.



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