File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -577,9 +577,9 @@ added: v0.9.12
577
577
* ` signal ` {string} Name of the kill signal to send to the worker
578
578
process. ** Default:** ` 'SIGTERM' `
579
579
580
- This function will kill the worker. In the primary worker, it does this by disconnecting
581
- the ` worker.process ` , and once disconnected, killing with ` signal ` . In the
582
- worker, it does it by killing the process with ` signal ` .
580
+ This function will kill the worker. In the primary worker, it does this by
581
+ disconnecting the ` worker.process ` , and once disconnected, killing with
582
+ ` signal ` . In the worker, it does it by killing the process with ` signal ` .
583
583
584
584
The ` kill() ` function kills the worker process without waiting for a graceful
585
585
disconnect, it has the same behavior as ` worker.process.kill() ` .
You can’t perform that action at this time.
0 commit comments