Global Concurrency
import { Queue } from 'bullmq';
await queue.setGlobalConcurrency(4);const globalConcurrency = await queue.getGlobalConcurrency();Remove Global Concurrency
await queue.removeGlobalConcurrency();Read more:
Last updated
Was this helpful?