View a markdown version of this page

AWS::Deadline::Queue PriorityBalancedSchedulingConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Deadline::Queue PriorityBalancedSchedulingConfiguration

Configuration for priority balanced scheduling. Workers are distributed evenly across all jobs at the highest priority level.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "RenderingTaskBuffer" : Integer }

YAML

RenderingTaskBuffer: Integer

Properties

RenderingTaskBuffer

The rendering task buffer controls worker stickiness. A worker only switches from its current job to another job at the same priority if the other job has fewer rendering tasks by more than this buffer value. Higher values make workers stickier to their current jobs. The default value is 1.

Required: No

Type: Integer

Minimum: 0

Maximum: 1000

Update requires: No interruption