bullmq - v5.56.2
    Preparing search index...

    Type Alias RedisJobOptions

    RedisJobOptions: BaseJobOptions & {
        cpof?: boolean;
        de?: DeduplicationOptions;
        deid?: string;
        fpof?: boolean;
        idof?: boolean;
        kl?: number;
        omc?: boolean;
        rdof?: boolean;
        tm?: string;
    }

    These fields are the ones stored in Redis with smaller keys for compactness.

    Type declaration

    • Optionalcpof?: boolean

      If true, starts processing parent job as soon as any of its children fail.

    • Optionalde?: DeduplicationOptions

      Deduplication options.

    • Optionaldeid?: string

      Debounce identifier.

    • Optionalfpof?: boolean

      If true, moves parent to failed.

    • Optionalidof?: boolean

      If true, moves the jobId from its parent dependencies to failed dependencies when it fails after all attempts.

    • Optionalkl?: number

      Maximum amount of log entries that will be preserved

    • Optionalomc?: boolean

      Omit Context Propagation

    • Optionalrdof?: boolean

      If true, removes the job from its parent dependencies when it fails after all attempts.

    • Optionaltm?: string

      TelemetryMetadata, provide for context propagation.