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)