ActivationRepartitionerOptions.MaxRoundPeriod Property

Definition

The maximum time between initiating a repartitioning round.

public TimeSpan MaxRoundPeriod { get; set; }
member this.MaxRoundPeriod : TimeSpan with get, set
Public Property MaxRoundPeriod As TimeSpan

Property Value

Remarks

The actual due time is picked randomly between this and MinRoundPeriod.

For optimal results, you should aim to give this an extra 10 seconds multiplied by the maximum anticipated silo count in the cluster.

Applies to