Class ComposerWorkloadType (1.12.0)

ComposerWorkloadType(value)

Supported workload types.

Values: COMPOSER_WORKLOAD_TYPE_UNSPECIFIED (0): Not able to determine the type of the workload. CELERY_WORKER (1): Celery worker. KUBERNETES_WORKER (2): Kubernetes worker. KUBERNETES_OPERATOR_POD (3): Workload created by Kubernetes Pod Operator. SCHEDULER (4): Airflow scheduler. DAG_PROCESSOR (5): Airflow Dag processor. TRIGGERER (6): Airflow triggerer. WEB_SERVER (7): Airflow web server UI. REDIS (8): Redis.