This commit is contained in:
2020-09-11 14:27:09 +08:00
parent 7e8a952208
commit 3f782e093b
4 changed files with 18 additions and 17 deletions
-4
View File
@@ -48,10 +48,6 @@ class Queue extends \Snowflake\Process\Process
$this->waiting = Snowflake::createObject(Waiting::class);
$this->running = Snowflake::createObject(Running::class);
$this->complete = Snowflake::createObject(Complete::class);
Process::signal(9 | 15, function () {
$this->shutdown = true;
});
}