Skip to content

CelleryExecutor does not respect AIRFLOW__OPERATORS__DEFAULT_QUEUE for SyncCallback #73545

Description

@elinger

Under which category would you file this issue?

Providers

Apache Airflow version

3.3.1

What happened and how to reproduce it?

When I set a DAG deadline through a SyncCallback, the scheduler fails to execute the callback because my Airflow setup does not have a queue named default.

I configure the default queue with AIRFLOW__OPERATORS__DEFAULT_QUEUE, but the CeleryExecutor does not respect this setting when dispatching SyncCallbacks.

See also https://github.com/apache/airflow/blob/main/providers/celery/src/airflow/providers/celery/executors/celery_executor.py#L193

What you think should happen instead?

No response

Operating System

No response

Deployment

No response

Apache Airflow Provider(s)

No response

Versions of Apache Airflow Providers

No response

Official Helm Chart version

No response

Kubernetes Version

No response

Helm Chart configuration

No response

Docker Image customizations

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yet

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions