ActivationRepartitionerOptions.MaxRoundPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.