JobScale Class

Scaling configurations for event driven jobs.

Constructor

JobScale()

Variables

Name Description
polling_interval
int

Interval to check each event source in seconds. Defaults to 30s.

min_executions
int

Minimum number of job executions that are created for a trigger, default 0.

max_executions
int

Maximum number of job executions that are created for a trigger, default 100.

rules
list[<xref:"JobScaleRule">]

Scaling rules.

Attributes

maxExecutions

Maximum number of job executions that are created for a trigger, default 100.

maxExecutions: int

minExecutions

Minimum number of job executions that are created for a trigger, default 0.

minExecutions: int

pollingInterval

Interval to check each event source in seconds. Defaults to 30s.

pollingInterval: int

rules

Scaling rules.

rules: list[azure.mgmt.appcontainers.types.JobScaleRule]