Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update entrypoint.sh #483

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

wbg
Copy link

@wbg wbg commented Dec 30, 2019

added $AIRFLOW__CELERY__NO_DEFAULT_BROKER_URL to allow for alternative brokers (rabbitmq in my case) using airflow.cfg

added $AIRFLOW__CELERY__NO_DEFAULT_BROKER_URL to allow for alternative brokers (rabbitmq in my case) using airflow.cfg
@NBardelot
Copy link
Contributor

NBardelot commented Jan 29, 2020

Hi,

The AIRFLOW__CELERY__NO_DEFAULT_BROKER_URL implies that there is an existing Airflow configuration in airflow.cfg in the [celery] section, named no_default_broker_url. That does not exist.

What you want it to explicitly provide the AIRFLOW__CELERY__BROKER_URL with your own broker's URL. But currently the entrypoint's behaviour is to override it by computing a new value using REDIS_* variables.

That's one of the things I want to fix in a PR I've just submitted. Please put a comment in my PR if you're interested:

#495

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants