MM
Size: a a a
MM
BT
Р
BT
S
NT
BT
SM
Р
PL
R
DM
S
MM
S
$output->writeln("
Выгрузка задания " . $
task['id']);
$command = new ExportTaskCommand();
$command->setContainer($this->getContainer());
$command->run(new ArrayInput(['taskId' => $task['id']]), $output);
S
$output->writeln(
$exception_code
);
S
$cmd = sprintf('%s/console %s %s %s', $this->getContainer()->getParameter('kernel.root_dir'), 'app:makerouts', '>> /var/log/cron_optimization.log', '2>&1');
(new Process($cmd))->start();
MM