Click or drag to resize

OrchestratorConfigClusterSyncInterval Property

This advanced setting specifies number of milliseconds DataConveyer awaits when synchronizing processing of head and foot clusters. Note that regardless of ConcurrencyLevel setting, DataConveyer guarantees that the head cluster (if present) will be processed before all other clusters and that the foot cluster (if present) will be processed after all other clusters. The order of processing remaining ("regular") clusters is not guaranteed. The default setting of 40 ms is suitable for most scenarios.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public int ClusterSyncInterval { get; set; }

Property Value

Type: Int32
See Also