felixmosh/bull-board

🎯 Queue background jobs inspector

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 19th, 2026
Created on August 23rd, 2019
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 489
Total Stargazers: 3,486 (+0)
Total Subscribers: 12 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,065 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • wontfix (42)
  • enhancement (19)
  • good first issue (5)
  • bug (3)
  • help wanted (2)
  • Nest.js (1)

Most active issues this week

Detailed Description

Bull-board is a dashboard UI for Bull and BullMQ job queues.

The tool solves the problem of monitoring and inspecting background job queues by providing a visual interface that connects directly to your queue infrastructure. It plugs into your server and displays real-time information about your queues without requiring code changes to your existing job processing logic. The dashboard works with both Bull and BullMQ, including BullMQ Pro, and can be deployed either as a standalone service via Docker or embedded directly into an Express application.

Bull-board suits teams running Bull or BullMQ queues who need visibility into job status, queue health, and job history. It works well for development environments where quick inspection is valuable and for production deployments where monitoring queue behavior is important. The tool can be deployed with zero setup using Docker if you already have Redis with queues running, or integrated into your application with minimal configuration. The README does not compare it to alternative queue inspection tools.

The project maintains active development with regular updates to support new queue library versions and framework integrations. The codebase is organized as a monorepo with separate packages for the API layer and UI components, allowing flexibility in how the tool is deployed and integrated. Documentation is comprehensive, covering setup guides for different frameworks, configuration options, and includes a live demo showing all dashboard views.