Show / Hide Table of Contents

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 Source

DefaultExecutionWorkerProgressLogInterval

The default log interval in seconds for progress events.

Declaration
public const int DefaultExecutionWorkerProgressLogInterval = 15
Field Value
Type Description
System.Int32
View Source

DefaultMaxConcurrentJobsPerScheduler

The maximum number of jobs per scheduler instance.

Declaration
public const int DefaultMaxConcurrentJobsPerScheduler = 10
Field Value
Type Description
System.Int32
View Source

DefaultRetryCount

The default retry count for storage access.

Declaration
public const int DefaultRetryCount = 20
Field Value
Type Description
System.Int32
View Source

DefaultRetryInterval

The default retry time interval in milliseconds for storage access.

Declaration
public const int DefaultRetryInterval = 500
Field Value
Type Description
System.Int32
View Source

DefaultTaskMonitoringInterval

The default interval in seconds for task monitoring.

Declaration
public const int DefaultTaskMonitoringInterval = 10
Field Value
Type Description
System.Int32
View Source

DefaultTaskSchedulingInterval

The default interval in seconds for task scheduling.

Declaration
public const int DefaultTaskSchedulingInterval = 10
Field Value
Type Description
System.Int32
View Source

DefaultWorkTimeout

The default work timeout in hours.

Declaration
public const int DefaultWorkTimeout = 24
Field Value
Type Description
System.Int32
View Source

JobProgressTimeInterval

The time interval in milliseconds for checking job progress in.

Declaration
public const int JobProgressTimeInterval = 5000
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.