@cadriciel/module-bullmq-dashboard
v0.3.2
Published
BullMQ dashboard module for Cadriciel
Readme
📊 @cadriciel/module-bullmq-dashboard
Interactive dashboard (BullBoard) for monitoring BullMQ queues.
Features
- Visual Monitoring: Real-time view of job progression.
- Retry Logic: Manually retry failed jobs from the UI.
- Hono Integration: Seamlessly mounted into the Kernel's HTTP server.
Usage
By default, the dashboard is mounted at /monitor/queues.
import BullMQDashboardModule from "@cadriciel/module-bullmq-dashboard";
kernel.load(BullMQDashboardModule);