File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 33Bull Dashboard is a UI built on top of [ Bull] ( https://github.com/OptimalBits/bull ) to help you visualize your queues and their jobs.
44
55<p align =" center " >
6+ <a href =" https://www.npmjs.com/package/bull-board " >
7+ <img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board">
8+ </a >
69 <a href =" https://github.com/vcapretz/bull-board/blob/master/LICENSE " >
7- <img alt="licence" src="https://img.shields.io/npm/l/dockest.svg?style=flat ">
10+ <img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board ">
811 </a >
912 <a href =" https://snyk.io/test/github/vcapretz/bull-board " >
1013 <img alt="snyk" src="https://snyk.io/test/github/vcapretz/bull-board/badge.svg">
@@ -48,7 +51,7 @@ And then you can setup how your queues will work:
4851``` js
4952const helloQueue = queues .add (' helloQueue' ) // adds a queue
5053const helloQueueWithOpts = queues .add (' helloQueue' , {
51- prefix: ' hello' ,
54+ prefix: ' hello' ,
5255}) // adds a queue with QueueOptions https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#queue
5356
5457// defines how the queue works
You can’t perform that action at this time.
0 commit comments