Skip to content

Meta

The meta data of any queue can be retrieved in the following way:

typescript
import { Queue } from 'bullmq';

const { concurrency, max, duration, maxLenEvents, paused, version } =
  await queue.getMeta();

Read more:

Released under the MIT License.