Interface PriorityBalancedSchedulingConfiguration.Builder

  • Method Details

    • renderingTaskBuffer

      PriorityBalancedSchedulingConfiguration.Builder renderingTaskBuffer(Integer 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.