bullmq - v5.76.5
    Preparing search index...

    Interface Parent<T>

    Describes the parent for a Job.

    interface Parent<T> {
        data?: T;
        name: string;
        opts?: JobsOptions;
        prefix?: string;
        queue?: string;
    }

    Type Parameters

    • T
    Index

    Properties

    data?: T

    Parent job data.

    name: string

    Parent job name.

    Job options for the parent.

    prefix?: string

    Prefix for the parent queue's keys.

    queue?: string

    Name of the parent queue.