BullMQ
Search…
What is BullMQ
Quick Start
API Reference
Changelog
Guide
Introduction
Connections
Queues
Workers
Jobs
FIFO
LIFO
Job Ids
Delayed
Repeatable
Prioritized
Removing job
Stalled
Getters
Flows
Metrics
Rate limiting
Retrying failing jobs
Returning job data
Events
QueueScheduler
Architecture
Patterns
Manually processing jobs
Producer - Consumer
Named Processor
Flows
Real time updates
Sender - Receiver
Working with batches
Idempotent jobs
Throttle jobs
Process Step Jobs
Failing fast when Redis is down
BullMQ Pro
Introduction
Install
Observables
Groups
API Reference
Changelog
Bull
Introduction
Install
Quick Guide
Important Notes
Reference
Patterns
Bull 3.x Migration
Compatibility class
Migration
Powered By GitBook
Jobs
Queues can hold different types of jobs which determine how and when they are processed. In this section we will describe them in detail.
An important thing to consider is that you can mix the different job types in the same queue, so you can add FIFO jobs, and at any moment add a LIFO or a delayed job.

Read more:

  • 💡 Job API Reference​
Previous
Pausing queues
Next
FIFO
Last modified 2mo ago
Copy link
Contents
Read more: