feathers-bull
A simple feathers plugin for Bull, automatically sets up a monitoring ui with toureiro at path /toureiro
Usage
const app = ;const config= workers: mail:{ return Promise{ //do work and resolve } } pdf:worker: redis: port: 6379 host: '127.0.0.1'//default toureiro:db:1path:'/toureiro' //default app
Example
const feathers = ;const rest = ;const socketio = ;const bodyParser = ;const handler = ;;const app = const config = workers: myJob1: queues: 'job-1-queue' { return { } } myJob2: queues: 'job-2-queue-1''job-2-queue-2' { return { } } ; app ; app; ;
Changelog
- Initial release
License
Copyright (c) 2017
Licensed under the MIT license.