StatelessWorkerOptions
class
Namespace: Orleans.Configuration
Options that apply globally to stateless worker grains.
public class StatelessWorkerOptionsConstructors
Properties
IdleWorkersInspectionPeriodThe time to inspect for idle workers.MinIdleCyclesBeforeRemovalThe minimum, consecutive number of idle cycles any given worker must exhibit before it is deemed enough to remove the worker.RemoveIdleWorkersWhen set totrue, idle workers will be proactively deactivated by the runtime. Otherwise iffalse, than the workers will be deactivated according toGrainCollectionOptions.
Fields
DEFAULT_IDLE_WORKERS_INSPECTION_PERIODThe default value forStatelessWorkerOptions.DEFAULT_MIN_IDLE_CYCLES_BEFORE_REMOVALThe default value forStatelessWorkerOptions.DEFAULT_REMOVE_IDLE_WORKERSThe default value forStatelessWorkerOptions.
