Skip to content

Installation

Requirements

Install the package

bash
pnpm add @eddyq/queue
bash
yarn add @eddyq/queue
bash
npm install @eddyq/queue

NestJS

If you're on NestJS, install the module package alongside the core client:

bash
pnpm add @eddyq/queue @eddyq/nestjs

See the NestJS guide for forRoot configuration and decorator usage.

Database setup

eddyq owns its own schema. You don't create tables manually — but you do need to apply migrations explicitly before starting workers.

bash
npx eddyq migrate run --database-url "$DATABASE_URL"

See Migrations for the full rationale and the Node-script alternative.

Released under the MIT or Apache-2.0 License.