@cadriciel/module-bullmq-api
v0.3.2
Published
API REST pour contrôler les queues et jobs BullMQ
Readme
🐂 @cadriciel/module-bullmq-api
REST API interface for the BullMQ module.
Features
- Queue Control: Start, stop, and clean queues via HTTP.
- Job Inspection: Query job status (completed, failed, waiting).
- Zod Validation: Fully typed request/response schemas.
Usage
This module depends on @cadriciel/module-bullmq.
import BullMQApiModule from "@cadriciel/module-bullmq-api";
kernel.load(BullMQApiModule);