This commit is contained in:
as2252258@163.com
2021-04-12 03:06:42 +08:00
parent e3ba5a29b7
commit 184517f94c
+2
View File
@@ -221,6 +221,8 @@ class Crontab extends BaseObject
$name_md5 = md5($this->getName());
var_dump($name_md5);
$redis->hSet(self::WAIT_END, $name_md5, serialize($this));
$params = call_user_func($this->handler, $this->params, $this->name);
$redis->hDel(self::WAIT_END, $name_md5);