Skip to content

GatewayTooBusyException

class

Namespace: Orleans.Runtime

Signifies that a gateway silo is currently in overloaded / load shedding state and is unable to currently accept this message being sent.
[Orleans.GenerateSerializer]
public sealed class GatewayTooBusyException : OrleansException

Remarks

This situation is usually a transient condition. The message is likely to be accepted by this or another gateway if it is retransmitted at a later time.

Constructors