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();

Read more:

Last updated

Was this helpful?