bullmq - v5.76.5
    Preparing search index...

    Interface ParentKeys

    Redis-stored parent reference keys used internally by BullMQ.

    interface ParentKeys {
        cpof?: boolean;
        fpof?: boolean;
        id?: string;
        idof?: boolean;
        queueKey: string;
        rdof?: boolean;
    }
    Index

    Properties

    cpof?: boolean

    continueParentOnFailure - if true, parent starts processing when any child fails.

    fpof?: boolean

    failParentOnFailure - if true, parent fails when child fails.

    id?: string

    Parent job id.

    idof?: boolean

    ignoreDependencyOnFailure - if true, moves the child job key to failed dependencies on failure.

    queueKey: string

    Qualified parent queue key prefix/name (for example, ${prefix}:${queueName}).

    rdof?: boolean

    removeDependencyOnFailure - if true, removes the child from parent's dependencies on failure.