Enum SharedSlotPoolOptions.SaturationPolicy
What a request does when every slot is already busy.
public enum SharedSlotPoolOptions.SaturationPolicy
Fields
Wait for a slot. Throughput stays at its ceiling and callers see latency rather than failure, which is what a service under load normally wants.
Fail the request immediately, so a caller that would rather shed load or route elsewhere can do so instead of waiting.