Redis-backed queue adapter for Integreat based on Bull. Version 0.4.0 is the latest, targeting Integreat <=0.7. This package is a legacy implementation; for Integreat >=0.8 use integreat-transporter-bull. It provides a queue interface using Bull and Redis for message processing. Alternative Bee-Queue implementation available as integreat-queue-redis. Requires Node >=18.0. No active development; users should migrate to the transporter variant.
npm install integreat-queue-bullNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Bull-based Redis queue with a URI, connects, enqueues a message, and registers a processor.
Replace integreat-queue-bull with @integreat/transporter-bull and update imports accordingly.
Upgrade Node.js to version 18 or later.
Use a single 'uri' string like 'redis://user:pass@host:6379'.
Run 'npm install integreat-queue-bull' and ensure you are not using a different package name.
Use 'import integreatQueueBull from 'integreat-queue-bull'' or 'const integreatQueueBull = require('integreat-queue-bull')'.Start Redis server or provide correct URI via REDIS_URL environment variable.