30.167. Class InitWorker

Namespace: ArmoniK.Core.Common.Injection.Options
Assembly: ArmoniK.Core.Common.dll

Configuration for

[ExtractDocumentation("Options for InitWorker")]
public class InitWorker

30.167.1. Inheritance

objectInitWorker

30.167.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

30.167.3. Fields

30.167.3.1. SettingSection

Path to the section containing the values in the configuration object

public const string SettingSection = "InitWorker"

30.167.3.1.1. Field Value

string

30.167.4. Properties

30.167.4.1. WorkerCheckDelay

Delay duration between each retry attempt.

public TimeSpan WorkerCheckDelay { get; set; }

30.167.4.1.1. Property Value

TimeSpan

30.167.4.2. WorkerCheckRetries

Number of times the worker should retry a failed check before giving up.

public int WorkerCheckRetries { get; set; }

30.167.4.2.1. Property Value

int

30.167.4.3. WorkerCheckTimeout

Maximum time to wait for a worker health check RPC to complete. A short deadline ensures a lost gRPC connection is detected quickly instead of hanging until the OS TCP stack times out.

public TimeSpan WorkerCheckTimeout { get; set; }

30.167.4.3.1. Property Value

TimeSpan