magento 2 cronjob setup

crontab -u magento_user -e

*/5 * * * * php /var/www/html/bin/magento cron:run >> /var/www/html/var/log/cron.run.log
*/5 * * * * php /var/www/html/update/cron.php cron:run >> /var/www/html/var/log/update.run.log
*/5 * * * * php /var/www/html/bin/magento setup:cron:run cron:run >> /var/www/html/var/log/setup.cron.log

作者:冯亮
         
能力有限,水平一般。如有错误,欢迎指正
原文地址:https://www.cnblogs.com/fengliang/p/6934439.html