# SchedulingOptions Fields

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

## DEFAULT_ACTIVATION_SCHEDULING_QUANTUM {#default-activation-scheduling-quantum-c267a4b0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/fields/default-activation-scheduling-quantum-c267a4b0/)

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

```csharp
public static readonly TimeSpan DEFAULT_ACTIVATION_SCHEDULING_QUANTUM
```

The default value for [SchedulingOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/).

## DEFAULT_DELAY_WARNING_THRESHOLD {#default-delay-warning-threshold-3389fe29}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/fields/default-delay-warning-threshold-3389fe29/)

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

```csharp
public static readonly TimeSpan DEFAULT_DELAY_WARNING_THRESHOLD
```

The default value for [SchedulingOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/).

## DEFAULT_MAX_PENDING_ITEMS_SOFT_LIMIT {#default-max-pending-items-soft-limit-a840e8b4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/fields/default-max-pending-items-soft-limit-a840e8b4/)

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

```csharp
public const int DEFAULT_MAX_PENDING_ITEMS_SOFT_LIMIT
```

The default value for [SchedulingOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/).

## DEFAULT_TURN_WARNING_THRESHOLD {#default-turn-warning-threshold-27e9565f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/fields/default-turn-warning-threshold-27e9565f/)

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

```csharp
public static readonly TimeSpan DEFAULT_TURN_WARNING_THRESHOLD
```

The default value for [SchedulingOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.schedulingoptions/).
