A Feathers service adapter for Bee-Queue jobs, version 2.1.1. It bridges FeathersJS service interface with Bee-Queue, a Redis-backed job queue. The package follows the Feathers Common database adapter API and querying syntax. Key differentiators: leverages Bee-Queue for job processing, supports custom service events (succeeded, retrying, failed, progress), and pagination. Alternative to Kue, Bull, or Agenda integrations for Feathers. Peer dependency on bee-queue@^1.4.0.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The package does not export a named symbol; use default import via require or import as default.
The module exports a function, but if using destructuring, ensure correct import style.
TypeScript types are not bundled; users must define their own types or rely on Feathers common adapter types.
Shows a complete Feathers server setup using feathers-bee-queue, including Redis connection via Bee-Queue.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.