- Preparing search index...
- The search index is not available
bullmq
Constructors
constructor
- new ChildPool(masterFile?: string): ChildPool
-
Methods
clean
- clean(): Promise<void>
-
Returns Promise<void>
kill
- kill(child: ChildProcess, signal?: "SIGKILL" | "SIGTERM"): Promise<void>
-
Parameters
-
child: ChildProcess
-
signal: "SIGKILL" | "SIGTERM" = 'SIGKILL'
Returns Promise<void>