UNPKG

durabull

Version:

A durable workflow engine built on top of BullMQ and Redis

7 lines (6 loc) 189 B
import { Worker } from 'bullmq'; import { Durabull } from '../config/global'; /** * Start the workflow worker */ export declare function startWorkflowWorker(instance?: Durabull): Worker;