21.163. Class Submitter
Namespace: ArmoniK.Core.Common.Injection.Options
Assembly: ArmoniK.Core.Common.dll
Configuration for
public class Submitter
21.163.1. Inheritance
21.163.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.163.3. Fields
21.163.3.1. SettingSection
Path to the section containing the values in the configuration object
public const string SettingSection = "Submitter"
21.163.3.1.1. Field Value
21.163.4. Properties
21.163.4.1. DefaultPartition
Name of the default partition in which submit tasks
public string DefaultPartition { get; set; }
21.163.4.1.1. Property Value
21.163.4.2. DegreeOfParallelism
Parallelism used in the control plane when possible. Defaults to the number of threads.
public int DegreeOfParallelism { get; set; }
21.163.4.2.1. Property Value
21.163.4.3. DeletePayload
Toggle payload suppression after the task is successful default: false
public bool DeletePayload { get; set; }
21.163.4.3.1. Property Value
21.163.4.4. MaxErrorAllowed
Specify the maximum number of errors a submitter can encounter before being considered unhealthy Negative values disable the check
public int MaxErrorAllowed { get; set; }