BullMQ
Search
⌃K
What is BullMQ
Quick Start
API Reference
Changelog
Guide
Introduction
Connections
Queues
Workers
Jobs
Flows
Metrics
Rate limiting
Retrying failing jobs
Returning job data
Events
QueueScheduler
Architecture
NestJs
Going to production
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
BullMQ Pro
Introduction
Install
Observables
Groups
Batches
NestJs
API Reference
Changelog
Bull
Introduction
Install
Quick Guide
Important Notes
Reference
Patterns
Bull 3.x Migration
Compatibility class
Migration
Python
Introduction
Changelog
Powered By
GitBook
Changelog
3.14.1
(2023-05-27)
Features
python:
add getState method (
#1906
) (
f0867a6
)
Performance Improvements
retry-job:
get target queue list once (
#1921
) (
8a7a9dd
)
3.14.0
(2023-05-22)
Features
worker:
make extendLocks overridable (
7b1386b
)
3.13.4
(2023-05-11)
Performance Improvements
rate-limit:
call pttl in script moveJobFromActiveToWait (
#1889
) (
e0d2992
)
3.13.3
(2023-05-10)
Bug Fixes
child:
use named import for EventEmitter (
#1887
) (
1db396d
)
3.13.2
(2023-05-09)
Bug Fixes
rate-limit:
consider paused queue when dynamic rate limit (
#1884
) (
a23f37e
)
3.13.1
(2023-05-07)
Bug Fixes
retry:
consider when queue is paused (
#1880
) (
01b621f
)
3.13.0
(2023-05-06)
Features
worker:
add worker threads support (
0820985
)