initial: bootstrap from BukidBountyApp base
This commit is contained in:
11
config/signal.php
Normal file
11
config/signal.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'handlers' => [
|
||||
// \Hypervel\Foundation\Signal\WorkerStopHandler::class,
|
||||
// \Hyperf\Process\Handler\ProcessStopHandler::class,
|
||||
],
|
||||
'timeout' => 5.0,
|
||||
];
|
||||
Reference in New Issue
Block a user