Config Cronjob Definition

Posted About 12 years ago. Visible to the public.
<config>
    <crontab>
        <jobs>
            <cron_job_name>
                <schedule>
                    <cron_expr>* * * * *</cron_expr>
                </schedule>                
                <run>
                    <model>your_module/model::batchTransactions</model>
                </run>
            </cron_job_name>
        </jobs>
    </crontab>
</config>

Mike Whitby
Last edit
Over 10 years ago
Keywords
config.xml
Posted by Mike Whitby to Magento (2012-02-15 16:25)