Class Constants
Storage constants.
Inheritance
System.Object
Constants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DNVGL.One.Compute.Scheduling
Assembly: DNVGL.One.Compute.Scheduling.dll
Syntax
public class Constants
Fields
View SourceDefaultExecutionWorkerProgressLogInterval
The default log interval in seconds for progress events.
Declaration
public const int DefaultExecutionWorkerProgressLogInterval = 15
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultMaxConcurrentJobsPerScheduler
The maximum number of jobs per scheduler instance.
Declaration
public const int DefaultMaxConcurrentJobsPerScheduler = 10
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultRetryCount
The default retry count for storage access.
Declaration
public const int DefaultRetryCount = 20
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultRetryInterval
The default retry time interval in milliseconds for storage access.
Declaration
public const int DefaultRetryInterval = 500
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultTaskMonitoringInterval
The default interval in seconds for task monitoring.
Declaration
public const int DefaultTaskMonitoringInterval = 10
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultTaskSchedulingInterval
The default interval in seconds for task scheduling.
Declaration
public const int DefaultTaskSchedulingInterval = 10
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultWorkTimeout
The default work timeout in hours.
Declaration
public const int DefaultWorkTimeout = 24
Field Value
Type | Description |
---|---|
System.Int32 |
JobProgressTimeInterval
The time interval in milliseconds for checking job progress in.
Declaration
public const int JobProgressTimeInterval = 5000
Field Value
Type | Description |
---|---|
System.Int32 |