Open sandboxFocus

Property BackgroundTasksOverloadedThreshold

BackgroundTasksOverloadedThreshold

Gets or sets the number of tasks over which the RedisCachingBackend notifies its state as overloaded through the IsBackgroundTaskQueueOverloaded property and the IsBackgroundTaskQueueOverloadedChanged event. The default value is 125. The RedisCacheDependencyGarbageCollector component stops processing real-time eviction and expiration notifications when the component is overloaded.

Declaration
public int BackgroundTasksOverloadedThreshold { get; set; }
Property Value
Type Description
int