Edit

StatelessWorkerOptions.RemoveIdleWorkers Property

Definition

When set to true, idle workers will be proactively deactivated by the runtime. Otherwise if false, than the workers will be deactivated according to CollectionAge.

public bool RemoveIdleWorkers { get; set; }
member this.RemoveIdleWorkers : bool with get, set
Public Property RemoveIdleWorkers As Boolean

Property Value

Remarks

You can read more on this here

Applies to