Click or drag to resize

JobServerConfigurationElementSchedulingThreshold Property

Gets or sets the percentage of tasks of the input channel's sending stage that need to be finished before a stage can be scheduled.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public float SchedulingThreshold { get; set; }

Property Value

Type: Single
A value between 0 and 1 that indicates the scheduling threshold. The default value is 0.4.
See Also