WorkerResourceResponse

data class WorkerResourceResponse(val cpu: Double, val maxCount: Int, val memoryGb: Double, val minCount: Int, val storageGb: Double)

Configuration for resources used by Airflow workers.

Constructors

Link copied to clipboard
constructor(cpu: Double, maxCount: Int, memoryGb: Double, minCount: Int, storageGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double

Optional. CPU request and limit for a single Airflow worker replica.

Link copied to clipboard

Optional. Maximum number of workers for autoscaling.

Link copied to clipboard

Optional. Memory (GB) request and limit for a single Airflow worker replica.

Link copied to clipboard

Optional. Minimum number of workers for autoscaling.

Link copied to clipboard

Optional. Storage (GB) request and limit for a single Airflow worker replica.