MCPcopy Create free account
hub / github.com/atls/nestjs / addMany

Method addMany

packages/nestjs-batch-queue/src/batch-queue/batch-queue.ts:57–93  ·  view source on GitHub ↗

* Adds multiple items to the specified queue. * If the queue reaches its length limit, it triggers processing of the queue. * * @param {AddManyCond } addManyCond - The condition containing the queue name and the items to add. * @throws {MaxQueueCountError} - Thrown if the maximum numbe

(addManyCond: AddManyCond<T>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

addMethod · 0.95

Calls 7

getMutexMethod · 0.95
triggerProcessingMethod · 0.95
startTimerIfNecessaryMethod · 0.95
lockMethod · 0.80
getStateMethod · 0.80
setMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected