Skip to content

Meta

Source URL: https://docs.bullmq.io/guide/queues/meta

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

import { Queue } from 'bullmq';
const { concurrency, max, duration, maxLenEvents, paused, version } =
await queue.getMeta();