Provides a fast and reliable Redis-based distributed queue for managing background tasks across multiple programming languages.
This TypeScript library, BullMQ, offers a Redis-backed message queue for Node.js, built for stability and atomic job processing. It lets developers enqueue and process jobs, with support for Python, Elixir, and PHP through `bullmq-proxy`. Developers use `Queue` to add jobs and `Worker` instances to consume them, facilitating background task and batch processing.
Provides a fast and reliable Redis-based distributed queue for managing background tasks across multiple programming languages.
Developers needing a high-performance, distributed, and multi-language message queue to handle background jobs reliably.