Magento 如何配置 cron
我在我的一个模块中配置了一个自定义 cron,我希望它每 1 周在上午 11:00 执行一次,我在我的 config.xml 中编写了这个函数,
<cron_expr>0 0 * * 1</cron_expr>
每 1 周在午夜执行一次该函数,或者至少这就是我的理解,但现在我不知道如何编写要在上午 11:00 执行的表达式,我什至不知道 * * * * * 的真正含义,在 magento 的 wiki 中每次都会说cron 正在执行。
如何让我的 cron 每 1 周上午 11:00 执行一次,
谢谢
i have configured a custom cron in one of my modules, i want it be executed every 1 week, at 11:00 am, i've wrote this in my config.xml
<cron_expr>0 0 * * 1</cron_expr>
this execute the function every 1 week at midnight, or at least this is what i understand, but now i don't know how to write the expresion to be execute at 11:00 am, i even don't know what really means the * * * * *, in the magento's wiki say everytime the cron is execute.
how can it make my cron execute every 1 week at 11:00 am
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要配置小时项(第二项):
You need to configure the hour item (the second item):