This commit is contained in:
as2252258@163.com
2021-03-22 00:01:12 +08:00
parent 94bb79f91f
commit 41a5386616
+2
View File
@@ -39,6 +39,8 @@ class CrontabProcess extends Process
Timer::tick(1000, function () {
$startTime = time();
var_dump($startTime);
$time = $this->scores[$startTime];
unset($this->scores[$startTime]);
foreach ($time as $value) {