bullmq - v5.81.1
    Preparing search index...

    Class ChildProcessor

    ChildProcessor

    This class acts as the interface between a child process and it parent process so that jobs can be processed in different processes.

    Index
    currentJobPromise: Promise<unknown>
    processor: any
    status?: ChildStatus
    • Cancels the currently running job by aborting its signal.

      Parameters

      • Optionalreason: string

        Optional reason for the cancellation

      Returns void