Meta
Last updated
Was this helpful?
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();Last updated
Was this helpful?
Was this helpful?