You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/23 19:20:00 UTC

[jira] [Commented] (AIRFLOW-1356) add `--celery_hostname` to `airflow worker`

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

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

Commit 95f5b80542fc6259f333a426c13f1652fa5631b4 in incubator-airflow's branch refs/heads/v1-8-stable from [~d2207197]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=95f5b80 ]

[AIRFLOW-1356] add `--celery_hostname` to `airflow worker`

Closes #2405 from d2207197/airflow-1356


> add `--celery_hostname` to `airflow worker`
> -------------------------------------------
>
>                 Key: AIRFLOW-1356
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1356
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: celery, cli
>    Affects Versions: 1.8.1
>            Reporter: Joseph Yen
>            Priority: Minor
>              Labels: easyfix, newbie
>
> If we start multiple `celery worker` on the same machine, each worker should have individual hostname to distinguish each other. Otherwise, some tools might not work correctly. E.g. celery flower would show only one worker if all workers are of the same hostname.
> It's necessary to have `--celery_hostname` or `-cn` option on `airflow worker` subcommand, and the option should accept an argument with the syntax as same as the option `-n` of `celery worker` command.
> celery worker doc: http://docs.celeryproject.org/en/latest/userguide/workers.html
> {code:none}
> airflow worker -c 1 -q highmem -cn highmem@%h
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)