JobScale Class

Scaling configurations for event driven jobs.

Constructor

JobScale()

Variables

Name Description
pollingInterval
int

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

minExecutions
int

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

maxExecutions
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]