Class SchedulerResource (1.12.0)

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

Configuration for resources used by Airflow schedulers.

Attributes

NameDescription
cpu float
Optional. CPU request and limit for a single Airflow scheduler replica.
memory_gb float
Optional. Memory (GB) request and limit for a single Airflow scheduler replica.
storage_gb float
Optional. Storage (GB) request and limit for a single Airflow scheduler replica.
count int
Optional. The number of schedulers.