This commit is contained in:
as2252258@163.com
2021-03-20 03:45:05 +08:00
parent 34fcae2cee
commit 5aef3e0e06
+1 -1
View File
@@ -126,7 +126,7 @@ class CrontabProcess extends Process
} else {
$worker = Timer::after($content->getTickTime() * 1000, $runTicker);
}
$content->setTimerId($worker);
// $content->setTimerId($worker);
$this->names[$content->getName()] = $content;
}