modify
This commit is contained in:
@@ -121,6 +121,7 @@ class CrontabProcess extends Process
|
|||||||
var_dump('execute crontab ' . date('Y-m-d H:i:s'));
|
var_dump('execute crontab ' . date('Y-m-d H:i:s'));
|
||||||
// $content->execute($this);
|
// $content->execute($this);
|
||||||
};
|
};
|
||||||
|
var_dump($content->getTickTime());
|
||||||
if ($content->isLoop()) {
|
if ($content->isLoop()) {
|
||||||
$worker = Timer::tick($content->getTickTime() * 1000, $runTicker);
|
$worker = Timer::tick($content->getTickTime() * 1000, $runTicker);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user