[ 
https://issues.apache.org/jira/browse/AIRFLOW-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786694#comment-16786694
 ] 

ASF subversion and git services commented on AIRFLOW-2930:
----------------------------------------------------------

Commit 067ec041a5553c694e7023b24847509eb6ac616b in airflow's branch 
refs/heads/v1-10-stable from Yingbo Wang
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=067ec04 ]

[AIRFLOW-2930] Fix celery excecutor scheduler crash (#3784)

Caused by an update in PR #3740.
execute_command.apply_async(args=command, ...)
-command is a list of short unicode strings and the above code pass multiple
arguments to a function defined as taking only one argument.
-command = ["airflow", "run", "dag323",...]
-args = command = ["airflow", "run", "dag323", ...]
-execute_command("airflow","run","dag3s3", ...) will be error and exit.

> scheduler exit when using celery executor
> -----------------------------------------
>
>                 Key: AIRFLOW-2930
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2930
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: celery
>            Reporter: Yingbo Wang
>            Assignee: Yingbo Wang
>            Priority: Major
>
> Caused by:
> [https://github.com/apache/incubator-airflow/pull/3740]
>  
> Use CeleryExecutor for airflow, scheduler exit after a Dag is activated. 



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

Reply via email to