{"library":"bull-master","type":"library","category":null,"description":"Bull Master is a UI dashboard for monitoring and managing Bull queues in Node.js applications. Version 1.0.5 provides a web interface to inspect jobs, retry failures, and clean completed/failed jobs. It integrates with Express or Koa as middleware. Different from alternatives like bull-board (which also supports BullMQ), Bull Master is specific to Bull and offers a simple setup. It relies on Bull and Redis being installed separately. The library does not process jobs itself; it only visualizes queue state. Updated occasionally, with limited features compared to more active projects.","language":"javascript","status":"active","version":"1.0.5","tags":["javascript","bull","redis","queue","monitoring"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install bull-master","imports":["const bullMaster = require('bull-master')","const bullMasterApp = bullMaster({ queues: [someQueue] })","router.all('/admin/queues*', bullMaster.koa({ queues: [someQueue], prefix: '/admin/queues' }))"]},{"cmd":"yarn add bull-master","imports":[]},{"cmd":"pnpm add bull-master","imports":[]}],"homepage":"https://github.com/hans-lizihan/bull-master","github":"https://github.com/hans-lizihan/bull-master","docs":null,"changelog":null,"pypi":null,"npm":"bull-master","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}