@c9up/bay
v0.1.8
Published
Queue — pluggable job-queue contract with memory + Redis drivers for the Ream framework
Readme
@c9up/bay
Pluggable job-queue contract for the Ream framework, with memory + Redis drivers.
Part of Ream — a Rust-powered, AdonisJS-compatible Node.js framework. Independent, publishable package.
Installation
pnpm add @c9up/bay
ream configure @c9up/bayUsage
Register the provider in your app, then configure it under config/bay.ts:
// reamrc.ts
providers: [
() => import('@c9up/bay/provider'),
]Entry points
@c9up/bay— main API@c9up/bay/provider— Ream IoC provider@c9up/bay/services/main— container service accessor@c9up/bay/testing— test fakes & helpers
License
MIT
