This commit is contained in:
2021-04-15 17:44:09 +08:00
parent 6aa9a1cc52
commit 5b8b52aa5d
-2
View File
@@ -213,8 +213,6 @@ abstract class Crontab extends BaseObject
$redis->hSet(self::WAIT_END, $name_md5, serialize($this));
array_push($this->params, $this->name);
$params = call_user_func([$this, 'process'], ...$this->params);
$redis->hDel(self::WAIT_END, $name_md5);
if ($params === null) {