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/01/25 10:50:26 UTC

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

Bolke de Bruin created AIRFLOW-803:
--------------------------------------

             Summary: 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.4#6332)