#108055 Утечка памяти в yml-app - первый подход к исследованию

This commit is contained in:
Александр Рыбкин 2025-02-05 16:33:56 +03:00
parent 070190001b
commit 0127ffb823
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ abstract class BaseController extends \yii\console\Controller
// throw $exception;
}
$this->sendResult($queue, $envelope, $value);
\Yii::getLogger()->flush();
\Yii::setLogger(null);
});
}