bullmq
Version:
Queue for messages and jobs based on Redis
14 lines (13 loc) • 358 B
TypeScript
export declare enum ErrorCode {
JobNotExist = -1,
JobLockNotExist = -2,
JobNotInState = -3,
JobPendingChildren = -4,
ParentJobNotExist = -5,
JobLockMismatch = -6,
ParentJobCannotBeReplaced = -7,
JobBelongsToJobScheduler = -8,
JobHasFailedChildren = -9,
SchedulerJobIdCollision = -10,
SchedulerJobSlotsBusy = -11
}