class SimpleIdentifyThrottler

export declare class SimpleIdentifyThrottler implements IIdentifyThrottler

Local, in-memory identify throttler.

waitForIdentify(
shardId: number
signal: AbortSignal
) : Promise<void>

Resolves once the given shard should be allowed to identify, or rejects if the operation was aborted.