EnvironmentConfigWorkloadsConfigWorker

data class EnvironmentConfigWorkloadsConfigWorker(val cpu: Double? = null, val maxCount: Int? = null, val memoryGb: Double? = null, val minCount: Int? = null, val storageGb: Double? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double? = null

CPU request and limit for a single Airflow worker replica.

Link copied to clipboard
val maxCount: Int? = null

Maximum number of workers for autoscaling.

Link copied to clipboard
val memoryGb: Double? = null

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

Link copied to clipboard
val minCount: Int? = null

Minimum number of workers for autoscaling.

Link copied to clipboard
val storageGb: Double? = null

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