Show / Hide Table of Contents

Class Constants

Storage constants.

Inheritance
System.Object
Constants
Namespace: DNVGL.One.Compute.Scheduling.Scheduler
Assembly: DNVGL.One.Compute.Scheduling.dll
Syntax
public class Constants : object

Fields

View Source

DefaultExecutionWorkerProgressLogInterval

The default log interval in seconds for progress events.

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

DefaultMaxConcurrentJobsPerScheduler

The maximum number of jobs per scheduler instance.

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

DefaultRetryCount

The default retry count for storage access.

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

DefaultRetryInterval

The default retry time interval in milliseconds for storage access.

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

DefaultTaskMonitoringInterval

The default interval in seconds for task monitoring.

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

DefaultTaskSchedulingInterval

The default interval in seconds for task scheduling.

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

DefaultWorkTimeout

The default work timeout in hours.

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

JobProgressTimeInterval

The time interval in milliseconds for checking job progress in.

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