跳到主要内容
版本:Next

BullQueue

Hierarchy

  • Bull
    • BullQueue

Implements

Index

Constructors

constructor

  • new BullQueue(queueName: string, queueOptions: QueueOptions): BullQueue

Methods

publicgetQueueName

  • getQueueName(): string

publicrunJob

  • runJob(data: any, options?: JobOptions): Promise<Job<any>>