class SimpleIdentifyThrottler
implements
IIdentifyThrottlerexport declare class SimpleIdentifyThrottler implements IIdentifyThrottler
Local, in-memory identify throttler.
Constructors
maxConcurrency: number)
constructor(maxConcurrency: number
Constructs a new instance of the SimpleIdentifyThrottler
class
waitForIdentifyshardId: numbersignal: AbortSignal) : Promise<void> (
shardId: number
signal: AbortSignal
Resolves once the given shard should be allowed to identify, or rejects if the operation was aborted.