How to setup a cron job in Magento module?

前端 未结 5 1003
温柔的废话
温柔的废话 2020-12-01 09:45

I wanted to setup a cron job inside my module. I followed the instructions on Magento wiki - how_to_setup_a_cron_job, but my cron job is simply not executing.

This i

5条回答
  •  猫巷女王i
    2020-12-01 10:14

    before that you have to run this script in your terminal. For ubuntu:*/1 * * * * /usr/bin/php /var/www/html/modulename/cron.php > /dev/null

提交回复
热议问题