magento 1.X
- 1
magento 2.X
- 1
设置定时任务:
- 1
- 2
或者
- 1
检查是否配置成功:
等几分钟,检查cron_schedule表中状态是否变成success
使用邮件:
magento 1.X:
等几分钟,检查cron_schedule表中状态是否变成success
使用邮件:
magento 1.X:
- 1
- 2
magento 2.X
sh /path/to/your/magento/site/root/cron.sh
php /path/to/your/magento/site/html/root/magento -- --quiet cron:run
crontab -e
*/5 * * * * sh /path/to/magento/cron.sh >/dev/null 2>&1
*/5 * * * * /usr/bin/php /path/to/magento/cron.php >/dev/null 2>&1
MAILTO="webmaster@example.com"
*/5 * * * * sh /path/to/magento/cron.sh
MAILTO="webmaster@example.com"
*/5 * * * * php /path/to/magento/bin/magento -- --quiet cron:run
没有评论:
发表评论
注意:只有此博客的成员才能发布评论。