Anurakti Nigam created AIRFLOW-2677:
---------------------------------------
Summary: Airflow 1.8 : DAGs are getting queued up
Key: AIRFLOW-2677
URL: https://issues.apache.org/jira/browse/AIRFLOW-2677
Project: Apache Airflow
Issue Type: Bug
Components: DAG
Affects Versions: Airflow 1.8
Reporter: Anurakti Nigam
Attachments: 829A6330.PNG
We're working on *airflow 1.8* and DAGs Tasks were not processing at all and
getting queued up. Scheduler is scheduling the DAGs but worker is not picking
up to process it. As a result, none of them are running.
*Note:* We're using celery executor and it is running fine.
In airflow.conf, we have configured below properties.
max_active_runs_per_dag = 1
max_threads = 1
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)