Meta
import { Queue } from 'bullmq';
const { concurrency, max, duration, maxLenEvents, paused, version } =
await queue.getMeta();Read more:
Last updated
Was this helpful?
import { Queue } from 'bullmq';
const { concurrency, max, duration, maxLenEvents, paused, version } =
await queue.getMeta();Last updated
Was this helpful?
Was this helpful?