This commit is contained in:
2021-07-23 18:09:52 +08:00
parent f9a85d69f4
commit cfa2d8f8fb
+1 -2
View File
@@ -201,7 +201,7 @@ abstract class Crontab implements PipeMessage
$redis->hSet(self::WAIT_END, $name_md5, static::getSerialize($this));
call_user_func([$this, 'process'], ...$this->params);
call_user_func([$this, 'process']);
$redis->hDel(self::WAIT_END, $name_md5);
} catch (\Throwable $throwable) {
$this->application->addError($throwable, 'throwable');
@@ -215,7 +215,6 @@ abstract class Crontab implements PipeMessage
public function afterExecute()
{
$aot = $this->isRecover();
var_dump($aot);
if ($aot !== 999) {
return;
}