Snippets

Steve Cordle MAGENTO: Adding crontab to magento

Created by Steve Cordle
<config>
    <crontab>
        <jobs>
            <crontab_name>
                <run>
                    <model>events/observer::createTours</model>
                </run>
            </crontab_name>
        </jobs>
    </crontab>
</config>

<!-- Must be under the <config> section -->

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.