Magento Cron作业问题

发布于 2024-11-05 07:30:53 字数 311 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奢华的一滴泪 2024-11-12 07:30:53

您应该从 cron.sh 文件运行 cron,而不是直接从 cron.php 文件运行

You should run the cron from the cron.sh file and not directly from the cron.php file

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文