bullmq - v5.81.1
    Preparing search index...

    Class ChildPool

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

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

      Returns Promise<void>