# SchedulingOptions.DelayWarningThreshold

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Configuration/Options/SchedulingOptions.cs)

```csharp
public TimeSpan DelayWarningThreshold
```

Gets or sets the work item queuing delay threshold, at which a warning log message is written. That is, if the delay between enqueuing the work item and executing the work item is greater than DelayWarningThreshold, a warning log is written.
