How to set cron job for multiple websites(one magento instance) separately
I have created a module which export Catalog CSV for all websites as per cron job set. Now I want to set cron job separately for each website, so that each website can export CSV according to the cron job set.
Re: How to set cron job for multiple websites(one magento instance) separately
Hi prashant1090,
If you use multiple websites within one Magento, you cannot set up cron job separately for each store. Cron job can be only set up for one Magento instance. Otherwise you need to make a lot of customizations in your Magento and even in third-party modules.