@nestjs/bullmq package, providing decorators and modules for seamless integration with the NestJS framework.
Installation
Quick Start
Complete Example
Here’s a complete example with a module, processor, and service:audio.module.ts
audio.processor.ts
audio.service.ts
Flow Producer
For complex job workflows, register and use a FlowProducer:Configuration Options
Per-Queue Configuration
Per-Queue Configuration
Override connection settings for specific queues:
Worker Options
Worker Options
Pass worker options through the processor:
Related Resources
NestJS Producers
Learn how to add jobs to queues in NestJS
Queue Events
Listen to queue events in NestJS
External Documentation
NestJS Queues Documentation
Official NestJS documentation for queue integration
