Articles related to Redis, BullMQ and Message Queues in general.
Mar 26, 2026
Learn how to break large jobs into sequential steps using BullMQ's Flow feature, where each step runs as an independent job with full retry, logging, and observability support.
Mar 25, 2026
Learn how to gracefully cancel running jobs in BullMQ using the AbortController API, including patterns for local and remote cancellation via Redis Pub/Sub.
Feb 12, 2026
Benchmark comparing BullMQ Python vs RQ (Redis Queue) for job queue performance in Python.
Feb 6, 2026
Benchmark comparing BullMQ Elixir (Redis) vs Oban (PostgreSQL) for job queue performance.
Jan 30, 2026
Benchmark comparing BullMQ performance on BunJS vs NodeJS runtimes.
Feb 5, 2025
How to Choose the Best Redis™ Replacement for Your Application