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

[jira] [Resolved] (AIRFLOW-2156) Parallelize Celery Executor

     [ https://issues.apache.org/jira/browse/AIRFLOW-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fokko Driesprong resolved AIRFLOW-2156.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> Parallelize Celery Executor
> ---------------------------
>
>                 Key: AIRFLOW-2156
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2156
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: celery
>            Reporter: Dan Davydov
>            Assignee: Kevin Yang
>            Priority: Major
>             Fix For: 2.0.0
>
>
> The CeleryExecutor doesn't currently support parallel execution to check task states since Celery does not support this. This can greatly slow down the Scheduler loops since each request to check a task's state is a network request.
>  
> The Celery Executor should parallelize these requests.



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