We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3908b4 commit 21405e2Copy full SHA for 21405e2
app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php
@@ -170,7 +170,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
170
) == 1
171
)) {
172
$this->_shell->execute(
173
- $phpPath . ' %s cron:run --group=' . $groupId . ' --' . CLI::INPUT_KEY_BOOTSTRAP . '='
+ $phpPath . ' %s cron:run --group=' . $groupId . ' --' . Cli::INPUT_KEY_BOOTSTRAP . '='
174
. self::STANDALONE_PROCESS_STARTED . '=1',
175
[
176
BP . '/bin/magento'
0 commit comments