Skip to content

[bitnami/airflow] Allow multiple executors with CeleryExecutor #35423

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

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

Conversation

jdel
Copy link

@jdel jdel commented Aug 5, 2025

Description of the change

Allow use of multiple executors as available since Airflow 2.10.0

See related Container PR

This is a follow up to #29107

Benefits

Airflow 3.x does not allow hybrid executors to be used anymore in favor of the multiple executor syntax.

The current Bitnami chart for 3.0.3 will not spawn a celery worker when using the new multiple executor syntax because it is checking for an exact match on CeleryExecutor.

Making effectively impossible to deploy a hybrid Celery/k8s environment with 3.0.3.

Possible drawbacks

The condition change preserves backwards compatibility so I don't see any.

Applicable issues

Additional information

The rest of the checklist will be done when the container PR is merged

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

@github-actions github-actions bot added airflow triage Triage is needed labels Aug 5, 2025
@github-actions github-actions bot requested a review from carrodher August 5, 2025 15:28
@jdel jdel changed the title bitnami/airflow Allow multiple executors with CeleryExecutor [bitnami/airflow] Allow multiple executors with CeleryExecutor Aug 5, 2025
@carrodher
Copy link
Member

Thanks for your contribution! Could you please bump the chart version in the Chart.yaml? This is necessary to test the changes and cut a new release.

@jdel
Copy link
Author

jdel commented Aug 7, 2025

I will bump up the version and finish this PR when bitnami/containers#84530 gets merged and the new docker image is available

@carrodher carrodher added the on-hold Issues or Pull Requests with this label will never be considered stale label Aug 7, 2025
@github-actions github-actions bot removed the triage Triage is needed label Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow on-hold Issues or Pull Requests with this label will never be considered stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants