Job Scale Response
data class JobScaleResponse(val maxExecutions: Int? = null, val minExecutions: Int? = null, val pollingInterval: Int? = null, val rules: List<JobScaleRuleResponse>? = null)
Scaling configurations for event driven jobs.
Constructors
Link copied to clipboard
constructor(maxExecutions: Int? = null, minExecutions: Int? = null, pollingInterval: Int? = null, rules: List<JobScaleRuleResponse>? = null)
Properties
Link copied to clipboard
Maximum number of job executions that are created for a trigger, default 100.
Link copied to clipboard
Minimum number of job executions that are created for a trigger, default 0
Link copied to clipboard
Interval to check each event source in seconds. Defaults to 30s
Link copied to clipboard
Scaling rules.