We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdd5ba commit 3df2434Copy full SHA for 3df2434
src/Commands/Concerns/InteractsWithIO.php
@@ -21,7 +21,9 @@ trait InteractsWithIO
21
* @var array
22
*/
23
protected $ignoreMessages = [
24
+ 'destroy signal received',
25
'scan command',
26
+ 'sending stop request to the worker',
27
'stop signal received, grace timeout is: ',
28
'exit forced',
29
'worker allocated',
0 commit comments