UNPKG

wakaq

Version:

Background task queue for Node backed by Redis, a super minimal Celery

9 lines (8 loc) 212 B
import { type Logger } from 'winston'; import { WakaQ } from './wakaq.js'; export declare class WakaQScheduler { wakaq: WakaQ; logger: Logger; constructor(wakaq: WakaQ); start(): Promise<void>; }