EnvironmentConfigWorkloadsConfigTriggerer

data class EnvironmentConfigWorkloadsConfigTriggerer(val count: Int, val cpu: Double, val memoryGb: Double)

Constructors

constructor(count: Int, cpu: Double, memoryGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of triggerers.

Link copied to clipboard
val cpu: Double

CPU request and limit for a single Airflow triggerer replica.

Link copied to clipboard

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