modify
This commit is contained in:
@@ -126,7 +126,7 @@ class CrontabProcess extends Process
|
|||||||
} else {
|
} else {
|
||||||
$worker = Timer::after($content->getTickTime() * 1000, $runTicker);
|
$worker = Timer::after($content->getTickTime() * 1000, $runTicker);
|
||||||
}
|
}
|
||||||
$content->setTimerId($worker);
|
// $content->setTimerId($worker);
|
||||||
$this->names[$content->getName()] = $content;
|
$this->names[$content->getName()] = $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user