You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/04/17 15:03:00 UTC

[jira] [Closed] (AIRFLOW-4339) Cleared backfill tasks do not get picked by the scheduler

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

Ash Berlin-Taylor closed AIRFLOW-4339.
--------------------------------------
    Resolution: Not A Bug

Backfil runs will by design not be picked up by the scheduler. If you want to re-run them you will need to run {{airflow backfill}} again.

> Cleared backfill tasks do not get picked by the scheduler
> ---------------------------------------------------------
>
>                 Key: AIRFLOW-4339
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4339
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: backfill, scheduler
>    Affects Versions: 1.10.1
>            Reporter: Ignas
>            Priority: Blocker
>
> When a task in a successful backfill run is cleared DagRun with running state is created but it is not picked by the scheduler. 
> If there are many of such DagRuns and the backfill command is executed, all the DagRuns will be ran at the same time, not following the max_active_runs parameter.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)