Queue monitoring
that catches issues early
Monitor live jobs, get error alerts, search payloads and events, and explore insights so you can fix issues before users notice.
Built for production queues
Visibility, alerts, and guardrails included.
Live job stream
See jobs update in real time with payloads, retries, and state changes included.
Custom alerts
Get email or webhook alerts for stalls, spikes, failures — any signal you configure.
Searchable history
Find any job by ID, payload, or status across all queues.
Performance analytics
Track throughput, latency, and error rates to spot bottlenecks fast.
Team-ready controls
Invite teammates with RBAC so ops can act safely.
Automatic redaction
Redacts PII in job payloads before it's stored.
Full audit trail
Job history and attempts tracked across your queues.
Multi-queue support
BullMQ, Bull, Bee-Queue, GroupMQ, with more adapters on the way.
Instrument in two lines
No config files or rewrites – just wrap your queue and data starts flowing.
Open source SDK with zero dependencies. View on GitHub
import { Queue } from 'bullmq';
import { Queuedash } from '@queuedash/sdk';
const qd = new Queuedash({ apiKey: process.env.QUEUEDASH_API_KEY });
qd.attach(new Queue('emails', { connection }));
// Jobs sync automaticallyBuilt with safety in mind
Use Queuedash for monitoring and history by integrating with our SDK, or add Redis credentials to access dashboard actions.
Read-only by default
The SDK listens to queue events and never mutates jobs unless you enable actions.
Redis credentials optional
Keep everything read-only. Add Redis credentials later only if you want to retry or add jobs from the dashboard.
PII redaction
Mask sensitive fields before payloads leave your app so only safe data is stored.
Scoped access
Environment-scoped API keys and roles keep prod separate from dev and staging.
Turn on monitoring before incidents hit
Unlimited queues, 7-day history, and useful alerts. No credit card required.
Just want our most basic version of queue monitoring? Use the open-source dashboard





