bullmq - v5.64.0
    Preparing search index...

    Interface MoveToDelayedOpts

    interface MoveToDelayedOpts {
        fieldsToUpdate?: Record<string, any>;
        skipAttempt?: boolean;
    }
    Index

    Properties

    fieldsToUpdate?: Record<string, any>
    skipAttempt?: boolean