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/09/28 13:48:00 UTC

[jira] [Commented] (AIRFLOW-1650) Celery custom config is broken

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

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

Commit 3aa05cb227a12dd8ec3f375b8444adad67a2718d in incubator-airflow's branch refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=3aa05cb ]

[AIRFLOW-1650] Fix custom celery config loading

Celery config loading was broken as it was just passing
a string. This fixes it by loading it as a module with an
attribute. Inspired by Django's module loading.


> Celery custom config is broken
> ------------------------------
>
>                 Key: AIRFLOW-1650
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1650
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: celery, configuration
>            Reporter: Bolke de Bruin
>             Fix For: 1.9.0
>
>
> Celery custom config loading is broken as is just loads a string instead of loading a config



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