You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Karthikeya Reddy Chennuru (JIRA)" <ji...@apache.org> on 2018/08/20 20:36:00 UTC

[jira] [Created] (AIRFLOW-2926) Job is in queued state

Karthikeya Reddy Chennuru created AIRFLOW-2926:
--------------------------------------------------

             Summary: Job is in queued state 
                 Key: AIRFLOW-2926
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2926
             Project: Apache Airflow
          Issue Type: Bug
          Components: aws
    Affects Versions: 1.9.0
         Environment: Dev
            Reporter: Karthikeya Reddy Chennuru


[airflow@ip-X-X-X-X dags]$ ps -ef | grep 'airflow'
root 8613 3771 0 19:49 pts/0 00:00:00 sudo su - airflow
root 8614 8613 0 19:49 pts/0 00:00:00 su - airflow
airflow 8615 8614 0 19:49 pts/0 00:00:00 -bash
airflow 8876 8615 0 19:50 pts/0 00:00:07 /opt/python/bin/python /opt/python/bin/airflow webserver
airflow 8888 8876 0 19:50 pts/0 00:00:01 gunicorn: master [airflow-webserver] 
airflow 15397 8888 0 20:30 pts/0 00:00:00 [ready] gunicorn: worker [airflow-webserver] 
airflow 15398 8888 0 20:30 pts/0 00:00:00 [ready] gunicorn: worker [airflow-webserver] 
airflow 15399 8888 0 20:31 pts/0 00:00:00 [ready] gunicorn: worker [airflow-webserver] 
airflow 15400 8888 0 20:31 pts/0 00:00:00 [ready] gunicorn: worker [airflow-webserver] 
airflow 15436 8888 1 20:32 pts/0 00:00:00 [ready] gunicorn: worker [airflow-webserver] 
airflow 15441 8888 5 20:32 pts/0 00:00:00 [ready] gunicorn: worker [airflow-webserver] 
airflow 15442 8615 22 20:32 pts/0 00:00:01 /opt/python/bin/python /opt/python/bin/airflow scheduler
airflow 15476 15442 5 20:32 pts/0 00:00:00 [/opt/python/bin] <defunct>
airflow 15477 15442 4 20:32 pts/0 00:00:00 [/opt/python/bin] <defunct>
airflow 15480 8615 0 20:32 pts/0 00:00:00 ps -ef
airflow 15481 8615 0 20:32 pts/0 00:00:00 grep --color=auto airflow

 

But all the dags are entering into queued state, but not executing. Any quick help greatly appreciated.



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