You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/03/14 20:59:41 UTC

[jira] [Resolved] (AIRFLOW-803) Manual triggered dags are not running

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

Bolke de Bruin resolved AIRFLOW-803.
------------------------------------
    Resolution: Fixed

> Manual triggered dags are not running 
> --------------------------------------
>
>                 Key: AIRFLOW-803
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-803
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: 1.8.0b2
>            Reporter: Bolke de Bruin
>            Priority: Blocker
>             Fix For: 1.8.0b3
>
>
> After cgroups+impersonation was added the task_instances for manually created dag_runs are not executed anymore. This is due to the fact the task_instance table is now joined against running dag_runs with a 'scheduled' run_id.
> This change is however not required, as task_instances will only be in 'scheduled' state when they are send to the executore. Tasks from dag_runs in failed state will not be scheduled by contract.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)