This commit is contained in:
2021-03-29 11:36:09 +08:00
parent fe6c754857
commit 118ac9efe5
4 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class ZookeeperProcess extends Process
$crontab->clearAll();
if (Snowflake::getPlatform()->isLinux()) {
$process->name('Crontab zookeeper.');
name($this->pid, 'Crontab zookeeper.');
}
Timer::tick(1000, function () {
$startTime = time();