Magento Cron作业问题
在 Magento 中,我已将 cron 作业设置为每分钟运行一次,并且还在 plesk 控制面板中创建了一个 cron 作业,因为 magento 设置不适合我。
所以我创建了一个 cron 作业,如下所示: /usr/bin/php -f /home/dealscou/public_html/cron.php
当 cron 作业设置为 1 分钟时,这对我来说大部分时间都有效。 如果我为任何其他时间创建 cron 作业,它就不起作用。
我真的被这个问题困扰了,我的客户因为我无法修复它而生气。
任何帮助将不胜感激。
凯西
In Magento I have set the cron job to run every minute and I also created a cron job in the plesk control panel because the magento setup wasn't working for me.
So I created a cron job as follows:
/usr/bin/php -f /home/dealscou/public_html/cron.php
This works for me most of the time when the cron job is set to 1 minute.
If I create a cron job for any other amount of time, it does not work.
I am really stuck on this and my customer is getting ticked that I can't fix it.
Any help would be appreciated.
Kathy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该从 cron.sh 文件运行 cron,而不是直接从 cron.php 文件运行
You should run the cron from the cron.sh file and not directly from the cron.php file