Celery

apache-airflow-providers-celery

Celery

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-celery==3.17.1

Airflow

2.11+

Python

>=3.10

Dependencies (4)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.13.0 celery[redis]>=5.5.0,<6 flower>=1.0.0

Connections (0)

No connections

Modules

S

CeleryQueueSensor

Waits for a Celery queue to be empty.

airflow.providers.celery.sensors.celery_queue.CeleryQueueSensor
E

CeleryExecutor

CeleryExecutor is recommended for production use of Airflow.

airflow.providers.celery.executors.celery_executor.CeleryExecutor
E

CeleryKubernetesExecutor

CeleryKubernetesExecutor consists of CeleryExecutor and KubernetesExecutor.

airflow.providers.celery.executors.celery_kubernetes_executor.CeleryKubernetesExecutor