How would test cron with Magento?

后端 未结 5 557
有刺的猬
有刺的猬 2021-01-30 18:29

First I need to understand how Magento cron works.

I know how cron works on linux, using crontab -e.
I know I need to set up Magento\'s cron.php to run

5条回答
  •  执笔经年
    2021-01-30 18:39

    To test cron working or not you can simply write Mage::log('cron working', null, 'cron.log'); at the end of the cron.php file.

    If the cron is working, it will create a cron.log file in your base dir.

提交回复
热议问题