bullmq - v5.81.1
    Preparing search index...

    Class ChildPool

    Index
    free: { [key: string]: ChildProcessExt[] } = {}
    retained: { [key: number]: ChildProcessExt } = {}
    • Parameters

      • child: ChildProcess
      • signal: "SIGKILL" | "SIGTERM" = 'SIGKILL'

      Returns Promise<void>