Skip to content

Commit bed353c

Browse files
committed
Merge branch 'master' into small-changes
2 parents 39681ef + fe34b4c commit bed353c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

_includes/config/setup-cron_2.3_how-to.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,3 @@ content='The `update/cron.php` file exists in [Composer](https://glossary.magent
4343

4444
In [Composer-based installations](https://glossary.magento.com/composer), Magento creates the `update/` directory when you run `composer create-project`. Running `composer install` does not create the `update/` directory (if it did not exist before). See [Recreate the Magento updater](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html#recreate-magento-updater).'
4545
%}
46-
47-
Starting from Magento 2.3.4 mentioned crons have been grouped to `default` (`cron:run`, `update/cron.php`, `setup:cron:run` crons) and `non-optional` (`cron:run` cron only) groups.
48-
49-
Use `-d` or `--non-optional` to install non-optional CRON job:
50-
51-
```bash
52-
bin/magento cron:install --non-optional
53-
```
54-
55-
```terminal
56-
#~ MAGENTO START
57-
* * * * * /usr/bin/php /var/www/html/magento2/bin/magento cron:run | grep -v Ran jobs by schedule >> /var/www/html/magento2/var/log/magento.cron.log
58-
#~ MAGENTO END
59-
```

0 commit comments

Comments
 (0)