magento cron in backend configuration

后端 未结 3 857
無奈伤痛
無奈伤痛 2020-12-13 21:33

So I know how to setup a cron using the config.xml crontab stuff:


    
        
            

        
3条回答
  •  攒了一身酷
    2020-12-13 22:17

    If I were approaching this problem, I might run the cronjob at whatever the maximum interval useful to me was, and then use the cronjob execution itself to account for the system setting. I'm not sure if the solution you posted will work, but if it does come tell us, because it's another pretty clever approach :)

提交回复
热议问题