Created
February 22, 2020 01:06
-
-
Save DominicWatts/7cac1cc982e15b57f4f18d122d16a28b to your computer and use it in GitHub Desktop.
Magento 2 : Cron #magento2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| */5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento cron:run >/dev/null 2>&1 | |
| */5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/update/cron.php >/dev/null 2>&1 | |
| */5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento setup:cron:run >/dev/null 2>&1 | |
| */5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento cron:run >> ~/public_html/var/log/cron.log | |
| */5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/update/cron.php >> ~/public_html/var/log/update.cron.log | |
| */5 * * * * /opt/cpanel/ea-php71/root/usr/bin/php ~/public_html/bin/magento setup:cron:run >> ~/public_html/var/log/setup.cron.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment