@supaproxy/bullmq
v1.1.0
Published
BullMQ queue adapter for SupaProxy: job queues, workers, and lifecycle scheduling
Readme
@supaproxy/bullmq
BullMQ queue adapter for SupaProxy. Implements QueueService with Redis-backed job queues, lifecycle scheduling, and worker management.
Install
pnpm add @supaproxy/bullmqUsage
import { createBullMqQueue } from '@supaproxy/bullmq'
const queueService = createBullMqQueue(QUEUE_HOST, QUEUE_PORT)