bullmq - v5.64.0
    Preparing search index...

    Type Alias RedisJobOptions

    RedisJobOptions: BaseJobOptions & {
        fpof?: boolean;
        kl?: number;
        rdof?: boolean;
    }

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

    Type Declaration

    • Optionalfpof?: boolean

      If true, moves parent to failed.

    • Optionalkl?: number

      Maximum amount of log entries that will be preserved

    • Optionalrdof?: boolean

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