Class DagProcessorResource (1.12.0)

DagProcessorResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for resources used by Airflow DAG processors.

Attributes

NameDescription
cpu float
Optional. CPU request and limit for a single Airflow DAG processor replica.
memory_gb float
Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
storage_gb float
Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
count int
Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.