Domanda

how start cronjob every day?

I'm not too strong in schedule

<crontab>
        <jobs>
            <ebayautopurchase_deleteproducts>
                <schedule><cron_expr> * * * *</cron_expr></schedule>
                <run><model>ebayautopurchase/observer::deleteEbayProducts</model></run>
            </ebayautopurchase_deleteproducts>
        </jobs>
    </crontab>
È stato utile?

Soluzione

<crontab>
    <jobs>
        <ebayautopurchase_deleteproducts>
            <schedule><cron_expr> 0 */12 * * *</cron_expr></schedule>
            <run><model>ebayautopurchase/observer::deleteEbayProducts</model></run>
        </ebayautopurchase_deleteproducts>
    </jobs>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top