{"library":"egg-bull-queue","type":"library","category":null,"description":"Egg.js plugin integrating Bull Redis-backed job queue. Version 1.2.1 enables Egg applications to define and process background jobs using Bull's fast, reliable queue. Requires Egg.js and Redis; supports single or multiple queue configurations. Differentiator: seamless integration with Egg.js lifecycle, automatic worker process management, and TypeScript types via @types/bull.","language":"javascript","status":"active","version":"1.2.1","tags":["javascript","egg","eggPlugin","egg-plugin"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install egg-bull-queue","imports":["Access app.bull after enabling plugin in config/plugin.js and configuring in config/config.default.js.","// config/plugin.js\nexports.bull = { enable: true, package: 'egg-bull-queue' };","// config/config.default.js\nexports.bull = { clients: { q1: { name: 'q1' } }, default: { redis: { host: 'localhost' } } };"]},{"cmd":"yarn add egg-bull-queue","imports":[]},{"cmd":"pnpm add egg-bull-queue","imports":[]}],"homepage":"https://github.com/brickyang/egg-bull#readme","github":"https://github.com/brickyang/egg-bull","docs":null,"changelog":null,"pypi":null,"npm":"egg-bull-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}