bullmq - v5.55.0
    Preparing search index...

    Interface SandboxedOptions

    interface SandboxedOptions {
        useWorkerThreads?: boolean;
        workerForkOptions?: ForkOptions;
        workerThreadsOptions?: WorkerOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    useWorkerThreads?: boolean

    Use Worker Threads instead of Child Processes. Note: This option can only be used when specifying a file for the processor argument.

    false
    
    workerForkOptions?: ForkOptions

    Support passing Worker Fork Options. Note: This option can only be used when specifying a file for the processor argument and useWorkerThreads is passed as false (default value).

    workerThreadsOptions?: WorkerOptions

    Support passing Worker Threads Options. Note: This option can only be used when specifying a file for the processor argument and useWorkerThreads is passed as true.