modify
This commit is contained in:
@@ -116,6 +116,9 @@ class CrontabProcess extends Process
|
|||||||
$content = unserialize($content);
|
$content = unserialize($content);
|
||||||
|
|
||||||
$name = $content->getName();
|
$name = $content->getName();
|
||||||
|
if (isset($this->names)) {
|
||||||
|
Timer::clear($this->names[$name]);
|
||||||
|
}
|
||||||
$callback = function () use ($content) {
|
$callback = function () use ($content) {
|
||||||
var_dump('executes');
|
var_dump('executes');
|
||||||
$content->execute($this);
|
$content->execute($this);
|
||||||
|
|||||||
Reference in New Issue
Block a user