View a markdown version of this page

AWS::Deadline::Queue PriorityBalancedSchedulingConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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