Node.jsDirect API for Express, Fastify, or any plain Node app. Install one package and you're ready to enqueue.Node.js quick start
NestJSFirst-class module with decorators, DI, and a forRoot config. Drops cleanly into your existing Nest app.NestJS setup
Postgres-nativeNo new infrastructure. Jobs live alongside your data with full transactional guarantees — enqueue inside the same transaction as your business write.
Rust coreThe hot path is Rust for predictable latency under load. NAPI-RS bindings keep the JS surface idiomatic — no FFI weirdness.
Cron schedulesDeclarative, durable cron schedules backed by the same Postgres. Single MAINTENANCE_ROLE picks up missed runs after a deploy.