BullMQ
Search
⌃K
What is BullMQ
Quick Start
API Reference
Changelog
Guide
Introduction
Connections
Queues
Workers
Jobs
FIFO
LIFO
Job Ids
Job Data
Delayed
Repeatable
Prioritized
Removing jobs
Stalled
Getters
Flows
Metrics
Rate limiting
Retrying failing jobs
Returning job data
Events
QueueScheduler
Architecture
NestJs
Going to production
Migration to newer versions
Patterns
Adding jobs in bulk across different queues
Manually processing jobs
Named Processor
Flows
Idempotent jobs
Throttle jobs
Process Step Jobs
Failing fast when Redis is down
Stop retrying jobs
BullMQ Pro
Introduction
Install
Observables
Groups
Batches
NestJs
API Reference
Changelog
Support
Bull
Introduction
Install
Quick Guide
Important Notes
Reference
Patterns
Bull 3.x Migration
Compatibility class
Migration
Python
Introduction
Changelog
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
Copyright (c) Taskforce.sh Inc.