worker状态切换到table内存操作

This commit is contained in:
JaguarJack
2020-07-09 21:03:16 +08:00
parent 40ed25816c
commit 9335556197
4 changed files with 122 additions and 154 deletions

View File

@@ -100,6 +100,10 @@ trait RegisterSignal
foreach ($this->processes as $pid => $process) {
Process::kill($pid, SIGUSR1);
}
usleep(100);
$this->saveProcessStatus();
};
}