export interface IIdentifyThrottler
export interface IIdentifyThrottler
IdentifyThrottlers are responsible for dictating when a shard is allowed to identify.
waitForIdentify(shardId, signal)
:
Promise<void>
Resolves once the given shard should be allowed to identify, or rejects if the operation was aborted.
Name | Type | Optional | Description |
---|---|---|---|
shardId | number | No | None |
signal | AbortSignal | No | None |