Class SingleServerSettings
OptimaJet.Workflow.Core.Runtime.Settings.SingleServerSettings
Provides configuration settings for single-server runtime operation.
Namespace: OptimaJet.Workflow.Core.Runtime.Settings
public class SingleServerSettingsInheritance
- Object
Properties
Name
Type
TimerPeriod #Int32Gets or sets the timer polling interval in milliseconds.
TimerMaxSequentialFailCount #Int32Gets or sets the number of consecutive timer failures tolerated before timer execution stops.
DoNotRestoreOnStart #BooleanGets or sets whether the startup restore phase is skipped.
MaxDegreeOfParallelismMultiplier #Int32Gets or sets the multiplier used to calculate the maximum parallelism.
TimerBatchSize #Int32Gets or sets the number of timers fetched for a single tick batch.