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:
0Maximum:
1000Update requires: No interruption