bullmq - v5.56.2
    Preparing search index...

    Interface ObliterateOpts

    interface ObliterateOpts {
        count?: number;
        force?: boolean;
    }
    Index

    Properties

    Properties

    count?: number

    Use count with the maximum number of deleted keys per iteration

    1000
    
    force?: boolean

    Use force = true to force obliteration even with active jobs in the queue

    false