This commit is contained in:
2021-07-23 18:02:48 +08:00
parent 7106b114f1
commit 80ecf1c3da
+3 -1
View File
@@ -214,7 +214,9 @@ abstract class Crontab implements PipeMessage
*/
public function afterExecute()
{
if ($this->isRecover() !== 999) {
$aot = $this->isRecover();
var_dump($aot);
if ($aot !== 999) {
return;
}
$redis = $this->application->getRedis();