bullmq - v5.56.2
    Preparing search index...

    Interface AddChildrenOpts

    interface AddChildrenOpts {
        multi: ChainableCommander;
        nodes: FlowJob[];
        parent: {
            parentDependenciesKey: string;
            parentOpts: { id: string; queue: string };
        };
        queuesOpts?: FlowQueuesOpts;
    }
    Index

    Properties

    multi: ChainableCommander
    nodes: FlowJob[]
    parent: {
        parentDependenciesKey: string;
        parentOpts: { id: string; queue: string };
    }
    queuesOpts?: FlowQueuesOpts