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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public float SchedulingThreshold { get; set; }

Property Value

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