ho-nl / magento1-Ho_Import

A Magento Module that allows you to map fields and import all sorts of file formats, sources and entities. Fast and Low Memory
175 stars 55 forks source link

Be able to schedule imports manually from the Admin Panel #2

Closed paales closed 7 years ago

razbakov commented 8 years ago

@paales You can use xml configuration in your import:

<schedule>
    <cron_expr>your cron expression</cron_expr>
</schedule>

This will create a cronjob.

Install Aoe_Scheduler module to:

paales commented 7 years ago

Yeah! Was already using that technique, will close this issue since it is obsolete.