UNPKG

@xtcry/bull-arena

Version:

An interactive UI dashboard for Bee/Bull Queue

16 lines (15 loc) 461 B
import * as _ from 'lodash'; export declare const isPaused: (queue: any) => Promise<any>; export declare const getStats: (queue: any) => Promise<_.Dictionary<string>>; /** * Valid states for a job in bee queue */ export declare const BEE_STATES: string[]; /** * Valid states for a job in bull queue */ export declare const BULL_STATES: string[]; /** * Valid states for a job in bullmq queue */ export declare const BULLMQ_STATES: string[];